We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632eba6 commit bb9e468Copy full SHA for bb9e468
.pipelines/ConsoleGuiTools-Official.yml
@@ -77,10 +77,7 @@ extends:
77
inputs:
78
packageType: sdk
79
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
+ - pwsh: ./tools/installPSResources.ps1 -PSRepository CFS
84
displayName: Install PSResources
85
- pwsh: Invoke-Build -Configuration $(BuildConfiguration)
86
displayName: Build
0 commit comments