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 7e754cb commit fa42dd3Copy full SHA for fa42dd3
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="myget-azure-powershell" value="https://www.myget.org/F/azure-powershell/api/v3/index.json" />
+ <add key="azure-powershell" value="https://pkgs.dev.azure.com/azure-sdk/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