From 241375bda356f7f602bb73e42cb1cccf27d4812f Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:49:52 -0700 Subject: [PATCH] Update CFS feed and InvokeBuild --- tools/installPSResources.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/installPSResources.ps1 b/tools/installPSResources.ps1 index 694798812..70ed5dc0b 100644 --- a/tools/installPSResources.ps1 +++ b/tools/installPSResources.ps1 @@ -6,7 +6,7 @@ param( ) if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -ErrorAction SilentlyContinue)) { - Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShellGalleryMirror/nuget/v3/index.json" + Register-PSResourceRepository -Name CFS -Uri "https://pkgs.dev.azure.com/msazure/One/_packaging/PowerShellGalleryMirror/nuget/v3/index.json" } # NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to @@ -14,7 +14,7 @@ if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -Error # upstream feed, it will fail to install any version at all. Install-PSResource -Verbose -TrustRepository -RequiredResource @{ InvokeBuild = @{ - version = "5.14.18" + version = "5.14.23" repository = $PSRepository } platyPS = @{