Skip to content

Commit bb9e468

Browse files
committed
Remove workaround for PowerShell <7.4 in OneBranch
1 parent 632eba6 commit bb9e468

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pipelines/ConsoleGuiTools-Official.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ extends:
7777
inputs:
7878
packageType: sdk
7979
useGlobalJson: true
80-
- pwsh: |
81-
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
82-
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
83-
./tools/installPSResources.ps1 -PSRepository CFS
80+
- pwsh: ./tools/installPSResources.ps1 -PSRepository CFS
8481
displayName: Install PSResources
8582
- pwsh: Invoke-Build -Configuration $(BuildConfiguration)
8683
displayName: Build

0 commit comments

Comments
 (0)