File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/SourceBuild/content/repo-projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 104
104
105
105
<!-- Common args used for building and testing. -->
106
106
<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.
108
108
https://github.com/dotnet/source-build/issues/4922 -->
109
109
<CommonArgs Condition =" '$(ContinuousIntegrationBuild)' == 'true' or ('$(DotNetBuildSourceOnly)' == 'true' and '$(EnableDevBuildAsDefaultForSourceOnly)' != 'true')" >$(FlagParameterPrefix)ci</CommonArgs >
110
110
173
173
Condition =" '$(UseBootstrapArcade)' != 'true'" />
174
174
175
175
<!-- 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.
177
177
https://github.com/dotnet/source-build/issues/4922 -->
178
178
<EnvironmentVariables Condition =" '$(ContinuousIntegrationBuild)' == 'true' or ('$(DotNetBuildSourceOnly)' == 'true' and '$(EnableDevBuildAsDefaultForSourceOnly)' != 'true')" Include =" ContinuousIntegrationBuild=true" />
179
179
You can’t perform that action at this time.
0 commit comments