Skip to content

Commit 12c8737

Browse files
committed
Revert CFS feed for PSResources
1 parent bf3b87f commit 12c8737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/installPSResources.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ param(
55
[string]$PSRepository = "PSGallery"
66
)
77

8+
# Install-PSResource can't use the project-scoped feed because OneBranch doesn't auth it
89
if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -ErrorAction SilentlyContinue)) {
9-
Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/msazure/One/_packaging/PowerShellGalleryMirror/nuget/v3/index.json"
10+
Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShellGalleryMirror/nuget/v3/index.json"
1011
}
1112

1213
# NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to

0 commit comments

Comments
 (0)