Skip to content

Commit 1e01d4f

Browse files
authored
Use Azure Artifacts instead of MyGet (#21620)
* Remove myget feeds * Restore comment and update feed key
1 parent e7a4277 commit 1e01d4f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<clear />
55
<!--
66
Restore sources should be defined in build/sources.props.
7-
The only allowed feed here is myget.org/aspnet-tools which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
7+
The only allowed feed here is myget-legacy which is required to workaround https://github.com/Microsoft/msbuild/issues/2914
88
-->
9-
<add key="myget.org aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
9+
<add key="myget-legacy internal" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
1010
</packageSources>
1111
</configuration>

build/sources.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
66
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
77
$(RestoreSources);
8-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9-
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10-
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
8+
https://dotnetmygetlegacy.blob.core.windows.net/dotnet-core/index.json;
9+
https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json;
1110
</RestoreSources>
1211
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
1312
$(RestoreSources);

0 commit comments

Comments
 (0)