Skip to content

Commit

Permalink
[release/5.0] Clear disabled package sources (#24241)
Browse files Browse the repository at this point in the history
- remove remaining way user NuGet.config can infect builds
  • Loading branch information
dougbu committed Mar 9, 2021
1 parent af0c5cb commit 2cdcbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
<!-- End: Package sources from dotnet-runtime -->
Expand Down

0 comments on commit 2cdcbfc

Please sign in to comment.