未验证 提交 f54a4cd5 编写于 作者: A Adam Sitnik 提交者: GitHub

Wasm.Build.Tests should not use local targeting runtime pack, fixes #53405 (#53410)

上级 72936ecb
......@@ -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 />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册