Skip to content

Commit 1aa4568

Browse files
authored
Disable building async tests on configurations that are not yet supported. (#116084)
1 parent 9523c73 commit 1aa4568

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/async/Directory.Build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Project>
2+
<PropertyGroup>
3+
<!-- disable building for configurations that do not yet support runtime async. -->
4+
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono' or '$(TestBuildMode)' == 'nativeaot' or '$(TargetArchitecture)' == 'wasm'">true</DisableProjectBuild>
5+
</PropertyGroup>
6+
27
<PropertyGroup>
38
<!-- runtime async testing in main repo NYI -->
49
<DisableProjectBuild>true</DisableProjectBuild>

0 commit comments

Comments
 (0)