Skip to content

Commit afadaea

Browse files
authored
Merge pull request #2032 from crummel/singleNuGetFeed
[release/2.1] NuGet feed update
2 parents 87a0728 + c5a3db1 commit afadaea

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

NuGet.Config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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>

ProdConFeed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20201118-01/final/index.json
1+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json

init-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

smoke-testNuGet.Config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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>

0 commit comments

Comments
 (0)