File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 33 <packageSources >
44 <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
55 <clear />
6- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
7- <add key =" nuget-build" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
6+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
87 </packageSources >
98</configuration >
Original file line number Diff line number Diff line change 1- https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20210119-03/final /index.json
1+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3 /index.json
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ ls "$__scriptpath/Tools/scripts/docker/"*.sh | xargs chmod +x
187187
188188# Get BuildTools crossgen dependencies from a better place. The script that's
189189# automatically downloaded points at MyGet, which doesn't have recent packages.
190- export BUILDTOOLS_CROSSGEN_FEED=https://api.nuget.org /v3/index.json
190+ export BUILDTOOLS_CROSSGEN_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget /v3/index.json
191191" $__scriptpath /Tools/crossgen.sh" " $__scriptpath /Tools"
192192
193193
Original file line number Diff line number Diff line change 44 <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
55 <clear />
66 <add key =" source-built-packages" value =" SOURCE_BUILT_PACKAGES" />
7- <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
8- <add key =" dotnet/feed/dotnet-core" value =" https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json" />
9- <add key =" ProdCon" value =" PRODUCT_CONTRUCTION_PACKAGES" />
10- <add key =" smoke-test feed" value =" SMOKE_TEST_PACKAGE_FEED" />
7+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
118 </packageSources >
129</configuration >
You can’t perform that action at this time.
0 commit comments