Skip to content

Commit a37c6df

Browse files
authored
Add explicit arcade reference (#19360)
1 parent ee0c438 commit a37c6df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SourceBuild/content/repo-projects/nuget-client.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<BuildScript>$([MSBuild]::NormalizePath('$(ProjectDirectory)', 'eng', 'source-build', 'build$(ShellExtension)'))</BuildScript>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<RepositoryReference Include="arcade" />
13+
</ItemGroup>
14+
1115
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
1216
<RepositoryReference Include="msbuild" />
1317
<RepositoryReference Include="source-build-externals" />

0 commit comments

Comments
 (0)