Skip to content

Commit 056ac6c

Browse files
committed
Lower psget version to 1.0.2
1 parent 606e026 commit 056ac6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- ${{ parameters.powershellExecutable }}: |
4949
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
5050
Write-Verbose -Verbose "Install Microsoft.PowerShell.PSResourceGet to temp module path"
51-
Save-Module -Name Microsoft.PowerShell.PSResourceGet -MinimumVersion 1.0.6 -Path $modulePath -Force -Verbose
51+
Save-Module -Name Microsoft.PowerShell.PSResourceGet -Version 1.0.2 -Path $modulePath -Force -Verbose
5252
Write-Verbose -Verbose "Install Pester 4.X to temp module path"
5353
Save-Module -Name "Pester" -MaximumVersion 4.99 -Path $modulePath -Force
5454
displayName: Install Microsoft.PowerShell.PSResourceGet and Pester

0 commit comments

Comments
 (0)