Add explicit arcade reference (#19360)
This commit is contained in:
parent
a65b7c118d
commit
9858c6c389
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
<BuildScript>$([MSBuild]::NormalizePath('$(ProjectDirectory)', 'eng', 'source-build', 'build$(ShellExtension)'))</BuildScript>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="arcade" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
|
||||
<RepositoryReference Include="msbuild" />
|
||||
<RepositoryReference Include="source-build-externals" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue