Skip to content

Commit d2d0c45

Browse files
authored
Bump the required version of PSResourceGet to 1.1.1 when publishing to MCR (#241)
1 parent 1fca007 commit d2d0c45

File tree

1 file changed

+3
-3
lines changed
  • Ev2Specs/ServiceGroupRoot/Shell/Run

1 file changed

+3
-3
lines changed

Ev2Specs/ServiceGroupRoot/Shell/Run/Run.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ try {
4545
$moduleExists = Test-Path $secretManagementFileName
4646
Write-Verbose -Verbose "Module $secretManagementFileName exists: $moduleExists"
4747

48-
# Install PSResourceGet 1.1.0
49-
Write-Verbose "Download PSResourceGet version 1.1.0"
48+
# Install PSResourceGet 1.1.1
49+
Write-Verbose "Download PSResourceGet version 1.1.1"
5050
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
51-
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet -RequiredVersion '1.1.0' -Verbose
51+
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet -RequiredVersion '1.1.1' -Verbose
5252
Import-Module Microsoft.PowerShell.PSResourceGet
5353
Get-Module
5454

0 commit comments

Comments
 (0)