We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9523c73 commit 1aa4568Copy full SHA for 1aa4568
src/tests/async/Directory.Build.targets
@@ -1,4 +1,9 @@
1
<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
+
7
<PropertyGroup>
8
<!-- runtime async testing in main repo NYI -->
9
<DisableProjectBuild>true</DisableProjectBuild>
0 commit comments