Skip to content

Commit 7e2f0ae

Browse files
authored
[Eng] Rename release feed from "azure-powershell-onebranch" to "azure-powershell-prod" (#25824)
* add script for nuget auth * update * rename feed from azure-powershell-onebranch to azure-powershell-prod
1 parent c38951e commit 7e2f0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/NugetAuth/OneBranchNuget.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageSources>
44
<clear />
55
<!-- 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="azure-powershell-onebranch" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell-onebranch/nuget/v3/index.json" />
6+
<add key="azure-powershell-prod" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell-prod/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />

0 commit comments

Comments
 (0)