Skip to content

Commit

Permalink
Fixup feeds (#2741)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
  • Loading branch information
dotnet-bot and mmitche authored Feb 9, 2021
1 parent a12b5d8 commit 51a71b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<packageSources>
<clear />
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
Expand Down
2 changes: 1 addition & 1 deletion test/TestAssets/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<clear />
<add key="locally-built-testplatform-packages" value="..\..\artifacts\testArtifacts\packages"/>
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
<fallbackPackageFolders>
<clear />
Expand Down

0 comments on commit 51a71b9

Please sign in to comment.