Skip to content

Commit d131081

Browse files
committed
Switch to PowerShell Gallery mirror
1 parent 0af8424 commit d131081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/installPSResources.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ param(
66
)
77

88
if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -ErrorAction SilentlyContinue)) {
9-
Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v3/index.json"
9+
Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShellGalleryMirror/nuget/v3/index.json"
1010
}
1111

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

0 commit comments

Comments
 (0)