File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,7 @@ extends:
172
172
$manifest = Test-ModuleManifest $(Build.SourcesDirectory)/modules/PowerShellEditorServices/PowerShellEditorServices.psd1
173
173
Write-Host Using PowerShellEditorServices v$($manifest.Version)
174
174
displayName: PowerShellEditorServices version
175
- - pwsh : |
176
- Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
177
- Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
178
- ./tools/installPSResources.ps1 -PSRepository CFS
175
+ - pwsh : ./tools/installPSResources.ps1 -PSRepository CFS
179
176
displayName : Install PSResources
180
177
- pwsh : Invoke-Build Test -Configuration $(BuildConfiguration)
181
178
displayName : Run tests
Original file line number Diff line number Diff line change 6
6
)
7
7
8
8
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"
10
10
}
11
11
12
12
# NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to
You can’t perform that action at this time.
0 commit comments