Skip to content

Commit

Permalink
[Build] Fix nuget.config (xamarin#13713)
Browse files Browse the repository at this point in the history
* [Build] Fix nuget feed

* [Build] Remove not used nuget.config
  • Loading branch information
rmarinho authored Feb 9, 2021
1 parent 51dc81c commit df758e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DevopsNuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
<add key="nightly" value="https://aka.ms/xf-ci/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="nuget" value="../s/Nuget" />
</packageSources>
<activePackageSource>
Expand Down
7 changes: 0 additions & 7 deletions NuGet.config

This file was deleted.

0 comments on commit df758e4

Please sign in to comment.