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 1bfec51 commit 5514583Copy full SHA for 5514583
.vsts-ci/templates/publish-markets.yml
@@ -14,7 +14,7 @@ steps:
14
15
- pwsh: |
16
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
17
- Install-Module -Name PowerShellGet -AllowPrerelease -Scope CurrentUser -Force
18
- Import-Module -Name PowerShellGet -MinimumVersion 3.0.0
+ Install-Module -Name Microsoft.PowerShell.PSResourceGet -AllowPrerelease -Scope CurrentUser -Force
+ Import-Module -Name Microsoft.PowerShell.PSResourceGet -MinimumVersion 1.0.0
19
Publish-PSResource -Path $(Pipeline.Workspace)/Publish/Microsoft.PowerShell.ConsoleGuiTools -Repository PSGallery -APIKey $(GalleryToken) -Verbose
20
displayName: Publishing ConsoleGuiTools to PowerShell Gallery
0 commit comments