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 43856f3 commit 9df1e93Copy full SHA for 9df1e93
NuGet.Config
@@ -4,7 +4,7 @@
4
<clear />
5
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
6
<add key="local-feed" value="tools/LocalFeed" />
7
- <add key="azure-powershell" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-powershell/nuget/v3/index.json" />
+ <add key="azure-powershell" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell/nuget/v3/index.json" />
8
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
9
</packageSources>
10
<disabledPackageSources>
0 commit comments