Skip to content

Commit

Permalink
perf: Pass --dotnet-path to use dotnet-workload for wasm (#66795)
Browse files Browse the repository at this point in the history
This ensures that the the benchmarks project is always built with the same dotnet, avoid corrupted builds.
  • Loading branch information
radical committed Mar 25, 2022
1 parent e63d219 commit 55f2045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/performance/microbenchmarks.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(WasmDotnet)' == 'true'">
<CliArguments>$(CliArguments) --wasm</CliArguments>
<CliArguments>$(CliArguments) --wasm --dotnet-path %24HELIX_CORRELATION_PAYLOAD/dotnet-wasm/dotnet-workload/</CliArguments>
</PropertyGroup>

<PropertyGroup Condition="'$(MonoDotnet)' == 'true' and '$(AGENT_OS)' == 'Windows_NT'">
Expand Down

0 comments on commit 55f2045

Please sign in to comment.