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 0ae8672 commit 606e026Copy full SHA for 606e026
.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 -RequiredVersion "1.1.0-preview2" -Path $modulePath -AllowPrerelease -Force -Verbose
+ Save-Module -Name Microsoft.PowerShell.PSResourceGet -MinimumVersion 1.0.6 -Path $modulePath -Force -Verbose
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