Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Ev2Specs/ServiceGroupRoot/Shell/Run/Run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ try {
$moduleExists = Test-Path $secretManagementFileName
Write-Verbose -Verbose "Module $secretManagementFileName exists: $moduleExists"

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

Expand Down