Skip to content
Prev Previous commit
Next Next commit
[wasm] Browser.bench is not sent to helix, so don't archive it
  • Loading branch information
radical committed Oct 27, 2021
commit 4fb5bf466e0c0df2a9a2586fd89b0f4cd712f32f
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<WasmCopyAppZipToHelixTestDir Condition="'$(ArchiveTests)' == 'true'">true</WasmCopyAppZipToHelixTestDir>
<!-- don't need to run this on helix -->
<WasmCopyAppZipToHelixTestDir>false</WasmCopyAppZipToHelixTestDir>
<WasmMainJSPath>runtime.js</WasmMainJSPath>
</PropertyGroup>

Expand Down