Skip to content

Commit

Permalink
[wasm] Don't use MS.Build.NoTargets SDK for runtime tests (#76107)
Browse files Browse the repository at this point in the history
This will also avoid intermittent failures like #75391

Co-authored-by: Ankit Jain <radical@gmail.com>
  • Loading branch information
github-actions[bot] and radical committed Sep 24, 2022
1 parent 87f8d0a commit 5429eb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/tests/Common/wasm-test-runner/WasmTestRunner.proj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- This project requires an explicit SDK version number because it is used on Helix,
and global.json is not available. -->
<Project Sdk="Microsoft.Build.NoTargets/3.5.0" DefaultTargets="WasmBuildApp">
<Project DefaultTargets="WasmBuildApp">
<PropertyGroup>
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(TestBinDir)\obj\</IntermediateOutputPath>
</PropertyGroup>

<Import Project="$(CORE_ROOT)\build\WasmApp.InTree.props" />
<PropertyGroup>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
Expand Down

0 comments on commit 5429eb1

Please sign in to comment.