Skip to content

Commit c5dd300

Browse files
authored
Migrate nuget-build feed from myget to Azure DevOps (#8305)
* Migrate nuget-build feed to AzDO * Remove unused dotnet-core feed
1 parent 4483805 commit c5dd300

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
</packageRestore>
1010
<packageSources>
1111
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
12-
<add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
13-
<add key="dotnetcore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
12+
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
1413
</packageSources>
1514
<activePackageSource>
1615
<add key="All" value="(Aggregate source)" />

tests/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<packageSources>
1111
<clear />
1212
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13-
<add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
13+
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
1414
</packageSources>
1515
<activePackageSource>
1616
<add key="All" value="(Aggregate source)" />

0 commit comments

Comments
 (0)