File tree 1 file changed +1
-4
lines changed 1 file changed +1
-4
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
You can’t perform that action at this time.
0 commit comments