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 c1f1433 commit 4ee9a33Copy full SHA for 4ee9a33
Ev2Specs/ServiceGroupRoot/Shell/Run/Run.ps1
@@ -45,8 +45,8 @@ try {
45
$moduleExists = Test-Path $secretManagementFileName
46
Write-Verbose -Verbose "Module $secretManagementFileName exists: $moduleExists"
47
48
- # Install PSResourceGet 1.1.0-preview2
49
- Write-Verbose "Download PSResourceGet version 1.1.0-preview2"
+ # Install PSResourceGet 1.1.0
+ Write-Verbose "Download PSResourceGet version 1.1.0"
50
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
52
Import-Module Microsoft.PowerShell.PSResourceGet
0 commit comments