We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3403f5e commit a5f92caCopy full SHA for a5f92ca
.ci/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- ${{ parameters.powershellExecutable }}: |
49
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
50
Write-Verbose -Verbose "Install Microsoft.PowerShell.PSResourceGet to temp module path"
51
- Save-Module -Name Microsoft.PowerShell.PSResourceGet -MinimumVersion 0.9.0-rc1 -Path $modulePath -AllowPrerelease -Force
+ Save-Module -Name Microsoft.PowerShell.PSResourceGet -RequiredVersion "1.1.0-preview2" -Path $modulePath -AllowPrerelease -Force
52
Write-Verbose -Verbose "Install Pester 4.X to temp module path"
53
Save-Module -Name "Pester" -MaximumVersion 4.99 -Path $modulePath -Force
54
displayName: Install Microsoft.PowerShell.PSResourceGet and Pester
0 commit comments