Pick eng/common files from src/arcade instead of orchestorat
... the orchestrator ones are usually stale
This commit is contained in:
parent
cb0b3dbe7c
commit
82f66f808a
1 changed files with 2 additions and 1 deletions
|
@ -129,8 +129,9 @@
|
|||
<Target Name="UpdateEngCommonFiles"
|
||||
Condition="'$(UpdateEngCommonFiles)' == 'true' or '$(DotNetBuildVertical)' == 'true'"
|
||||
BeforeTargets="Build">
|
||||
<!-- We assume that the eng/common files in Arcade are most up-to-date. -->
|
||||
<ItemGroup>
|
||||
<OrchestratorEngCommonFile Include="$(RepositoryEngineeringDir)common\**\*" />
|
||||
<OriginEngCommonFile Include="$(RepoRoot)src\arcade\eng\common\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<Copy SourceFiles="@(OrchestratorEngCommonFile)"
|
||||
|
|
Loading…
Reference in a new issue