File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 265
265
</Touch >
266
266
</Target >
267
267
268
- <!-- TODO: Remove when all repos use a consistent set of eng/common files: https://github.com/dotnet/source-build/issues/3710 . -->
269
- <Target Name =" UpdateEngCommonFiles" Condition =" '$(UseBootstrapArcade )' != 'true '" >
268
+ <!-- Don't update arcade's eng/common layout as that is considered live even though it uses bootstrap Arcade . -->
269
+ <Target Name =" UpdateEngCommonFiles" Condition =" '$(RepositoryName )' != 'arcade '" >
270
270
<ItemGroup >
271
- <InputEngCommonFile Include =" $(RepoRoot)src\arcade\eng\common\**\*" />
271
+ <InputEngCommonFile Include =" $(RepoRoot)eng\common\**\*" Condition =" '$(UseBootstrapArcade)' == 'true'" />
272
+ <InputEngCommonFile Include =" $(RepoRoot)src\arcade\eng\common\**\*" Condition =" '$(UseBootstrapArcade)' != 'true'" />
272
273
</ItemGroup >
273
274
274
275
<Copy SourceFiles =" @(InputEngCommonFile)"
You can’t perform that action at this time.
0 commit comments