Skip to content

Commit

Permalink
Lower psget version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Oct 25, 2024
1 parent 606e026 commit 056ac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- ${{ parameters.powershellExecutable }}: |
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
Write-Verbose -Verbose "Install Microsoft.PowerShell.PSResourceGet to temp module path"
Save-Module -Name Microsoft.PowerShell.PSResourceGet -MinimumVersion 1.0.6 -Path $modulePath -Force -Verbose
Save-Module -Name Microsoft.PowerShell.PSResourceGet -Version 1.0.2 -Path $modulePath -Force -Verbose
Write-Verbose -Verbose "Install Pester 4.X to temp module path"
Save-Module -Name "Pester" -MaximumVersion 4.99 -Path $modulePath -Force
displayName: Install Microsoft.PowerShell.PSResourceGet and Pester
Expand Down

0 comments on commit 056ac6c

Please sign in to comment.