Skip to content

Commit 235c4ce

Browse files
authored
Merge pull request #102 from dotnet/MattGal-patch-1
Use dotnet-public instead of nuget.org
2 parents 2aeb726 + d21d50f commit 235c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<configuration>
44
<packageSources>
55
<clear />
6-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
<add key="dotnet-public" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet-public/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />

0 commit comments

Comments
 (0)