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 cc22d9b commit 9eef6c6Copy full SHA for 9eef6c6
azure-pipelines/release.yml
@@ -2,7 +2,7 @@ trigger: none
2
pr: none
3
4
parameters:
5
- - name: test-run
+ - name: test
6
type: boolean
7
default: true
8
- name: branch
@@ -57,7 +57,7 @@ jobs:
57
$additionalPublishArgs += Get-ChildItem $publishArtifacts *.vsix
58
59
Write-Host "Command run is: vsce $($additionalPublishArgs)."
60
- If ("${{ parameters.test-run }}" -eq "true") {
+ If ("${{ parameters.test }}" -eq "true") {
61
Write-Host "In test mode, command is printed instead of run."
62
Write-Host "🔒 Verify PAT."
63
vsce verify-pat ms-dotnettools
0 commit comments