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 03e2b10 commit a3c1f22Copy full SHA for a3c1f22
azure-pipelines/release.yml
@@ -76,7 +76,7 @@ stages:
76
}
77
78
Write-Host "Command run is: vsce $($additionalPublishArgs)."
79
- If ("${{ parameters.test }}" -eq "true") {
+ If ("${{ parameters.test }}") {
80
Write-Host "In test mode, command is printed instead of run."
81
Write-Host "🔒 Verify PAT."
82
vsce verify-pat ms-dotnettools
0 commit comments