We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca4f2c commit 5693355Copy full SHA for 5693355
nuget.config
@@ -2,6 +2,6 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+ <add key="PublicRegistriesFeed" value="https://pkgs.dev.azure.com/microsoft-sdl/General/_packaging/PublicRegistriesFeed/nuget/v3/index.json" />
6
</packageSources>
7
</configuration>
0 commit comments