We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdcef3 commit 30c81a5Copy full SHA for 30c81a5
eng/InternalTools.props
@@ -6,6 +6,10 @@
6
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json;
7
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
8
</RestoreSources>
9
+ <RestoreSources>
10
+ $(RestoreSources);
11
+ https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json
12
+ </RestoreSources>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments