Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 2489ba0

Browse files
authored
[Build] Fix nuget.config (#13714)
* [Build] Fix nuget feed * [Build] Remove not used nuget.config
1 parent 62df83a commit 2489ba0

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

DevopsNuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear/>
5-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
65
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
7-
<add key="nightly" value="https://aka.ms/xf-ci/index.json" />
6+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
7+
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
88
<add key="nuget" value="../s/Nuget" />
99
</packageSources>
1010
<activePackageSource>

NuGet.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)