We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install-VSCode.ps1
1 parent 64c3163 commit f7942d2Copy full SHA for f7942d2
.vsts-ci/templates/publish-markets.yml
@@ -13,5 +13,6 @@ steps:
13
# NOTE: We rarely update this script, so we can ignore errors from the gallery
14
# caused by us trying to re-publish an updated script.
15
- pwsh: |
16
- Publish-Script -Path $(Pipeline.Workspace)/vscode-powershell/Install-VSCode.ps1 -ErrorAction Continue -NuGetApiKey $(GalleryToken)
+ Publish-Script -Path $(Pipeline.Workspace)/vscode-powershell/Install-VSCode.ps1 -NuGetApiKey $(GalleryToken)
17
displayName: Publishing Install-VSCode.ps1 to PowerShell Gallery
18
+ continueOnError: true
0 commit comments