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 c0a4a00 commit e95569aCopy full SHA for e95569a
src/tests/async/Directory.Build.targets
@@ -1,11 +1,11 @@
1
<Project>
2
<PropertyGroup>
3
- <!-- disable building for configurations that do not not yet support runtime async. -->
+ <!-- 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
8
- <!-- Disable runtime async testing in main repo by default. Uncomment the following to enable. -->
+ <!-- Disable runtime async testing in main repo by default. Remove the following to enable. -->
9
<!--<DisableProjectBuild>true</DisableProjectBuild>-->
10
11
0 commit comments