Skip to content

Commit e95569a

Browse files
committed
Fix comments
1 parent c0a4a00 commit e95569a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/async/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
3-
<!-- disable building for configurations that do not not yet support runtime async. -->
3+
<!-- disable building for configurations that do not yet support runtime async. -->
44
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono' or '$(TestBuildMode)' == 'nativeaot' or '$(TargetArchitecture)' == 'wasm'">true</DisableProjectBuild>
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<!-- Disable runtime async testing in main repo by default. Uncomment the following to enable. -->
8+
<!-- Disable runtime async testing in main repo by default. Remove the following to enable. -->
99
<!--<DisableProjectBuild>true</DisableProjectBuild>-->
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)