We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48e840 commit ee5d993Copy full SHA for ee5d993
nuget.config
@@ -6,7 +6,7 @@
6
<packageSources>
7
<clear />
8
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9
- <add key="vs-impl-public" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" protocolVersion="3" />
+ <add key="msft_consumption" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" protocolVersion="3" />
10
</packageSources>
11
<trustedSigners>
12
<author name="microsoft">
@@ -18,4 +18,4 @@
18
<owners>microsoft;dotnetfoundation;aarnott;sharwell;jamesnk;xunit</owners>
19
</repository>
20
</trustedSigners>
21
-</configuration>
+</configuration>
0 commit comments