Skip to content

Commit b686b76

Browse files
Remove old workaround from OneBranch pipeline (#5151)
Wow there are so many instances of this.
1 parent 3920717 commit b686b76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pipelines/vscode-powershell-Official.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,7 @@ extends:
172172
$manifest = Test-ModuleManifest $(Build.SourcesDirectory)/modules/PowerShellEditorServices/PowerShellEditorServices.psd1
173173
Write-Host Using PowerShellEditorServices v$($manifest.Version)
174174
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
179176
displayName: Install PSResources
180177
- pwsh: Invoke-Build Test -Configuration $(BuildConfiguration)
181178
displayName: Run tests

0 commit comments

Comments
 (0)