Skip to content

Commit 2e4029b

Browse files
committed
Fix comments
1 parent 269eba9 commit 2e4029b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SourceBuild/content/repo-projects/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<!-- Common args used for building and testing. -->
106106
<PropertyGroup>
107-
<!-- TODO: Remove this import and the EnableDevBuildAsDefaultForSourceOnly when dev builds are the default for source only.
107+
<!-- TODO: Remove the EnableDevBuildAsDefaultForSourceOnly condition when dev builds are the default for source only.
108108
https://github.com/dotnet/source-build/issues/4922 -->
109109
<CommonArgs Condition="'$(ContinuousIntegrationBuild)' == 'true' or ('$(DotNetBuildSourceOnly)' == 'true' and '$(EnableDevBuildAsDefaultForSourceOnly)' != 'true')">$(FlagParameterPrefix)ci</CommonArgs>
110110

@@ -173,7 +173,7 @@
173173
Condition="'$(UseBootstrapArcade)' != 'true'" />
174174

175175
<!-- We pass '-ci', but also apply ci mode via env var for edge cases. (E.g. misbehaving inner builds.).
176-
TODO: Remove this import and the EnableDevBuildAsDefaultForSourceOnly when dev builds are the default for source only.
176+
TODO: Remove the EnableDevBuildAsDefaultForSourceOnly condition when dev builds are the default for source only.
177177
https://github.com/dotnet/source-build/issues/4922 -->
178178
<EnvironmentVariables Condition="'$(ContinuousIntegrationBuild)' == 'true' or ('$(DotNetBuildSourceOnly)' == 'true' and '$(EnableDevBuildAsDefaultForSourceOnly)' != 'true')" Include="ContinuousIntegrationBuild=true" />
179179

0 commit comments

Comments
 (0)