Skip to content

Commit 954f6ea

Browse files
committed
Switched to new production nuget feed
1 parent 108142c commit 954f6ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nuget.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
6-
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
7-
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
8-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="msft" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
96
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
1010
</configuration>

0 commit comments

Comments
 (0)