Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2021-02-11 00:32:21 +0300
committerGitHub <noreply@github.com>2021-02-11 00:32:21 +0300
commite9dd915fc844c3db2fe9f85f5b7a6c418a9392b6 (patch)
treedcafdc9d8a750eb7e544b6c36be364e6f8277155 /NuGet.config
parent69b1c01b81d16c2d4ab3718772e4680e8cbbed35 (diff)
Fixup feeds (#48065)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/NuGet.config b/NuGet.config
index d99698bf530..afff3cc7680 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Don't use any higher level config files.
Our builds need to be isolated from user/machine state -->
@@ -11,7 +12,7 @@
one as a template. The following line is a marker to insert the test restore sources.
-->
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
- <add key="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" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
@@ -24,4 +25,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
-</configuration>
+</configuration> \ No newline at end of file