Skip to content

Commit

Permalink
Wasm.Build.Tests should not use local targeting runtime pack, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed May 28, 2021
1 parent 72936ec commit f54a4cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<WasmGenerateAppBundle>false</WasmGenerateAppBundle>
<EnableDefaultItems>true</EnableDefaultItems>
<DefineConstants Condition="'$(ContinuousIntegrationBuild)' != 'true'">TEST_DEBUG_CONFIG_ALSO</DefineConstants>
<!-- This project should not build against the live built .NETCoreApp targeting pack as it contributes to the build itself. -->
<UseLocalTargetingRuntimePack>false</UseLocalTargetingRuntimePack>

<!-- don't run any wasm build steps -->
<WasmBuildAppAfterThisTarget />
Expand Down

0 comments on commit f54a4cd

Please sign in to comment.