Skip to content

Commit 00b71f1

Browse files
Update CFS feed and InvokeBuild (#2273)
1 parent 373acd7 commit 00b71f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/installPSResources.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ 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/PowerShellGalleryMirror/nuget/v3/index.json"
9+
Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/msazure/One/_packaging/PowerShellGalleryMirror/nuget/v3/index.json"
1010
}
1111

1212
# NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to
1313
# request an exact version. Otherwise, if a newer version is available in the
1414
# upstream feed, it will fail to install any version at all.
1515
Install-PSResource -Verbose -TrustRepository -RequiredResource @{
1616
InvokeBuild = @{
17-
version = "5.14.18"
17+
version = "5.14.23"
1818
repository = $PSRepository
1919
}
2020
platyPS = @{

0 commit comments

Comments
 (0)