File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66)
77
88if ($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.
1515Install-PSResource - Verbose - TrustRepository - RequiredResource @ {
1616 InvokeBuild = @ {
17- version = " 5.14.18 "
17+ version = " 5.14.23 "
1818 repository = $PSRepository
1919 }
2020 platyPS = @ {
You can’t perform that action at this time.
0 commit comments