Skip to content

Commit 9eef6c6

Browse files
committed
Rename test-run to test
1 parent cc22d9b commit 9eef6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger: none
22
pr: none
33

44
parameters:
5-
- name: test-run
5+
- name: test
66
type: boolean
77
default: true
88
- name: branch
@@ -57,7 +57,7 @@ jobs:
5757
$additionalPublishArgs += Get-ChildItem $publishArtifacts *.vsix
5858
5959
Write-Host "Command run is: vsce $($additionalPublishArgs)."
60-
If ("${{ parameters.test-run }}" -eq "true") {
60+
If ("${{ parameters.test }}" -eq "true") {
6161
Write-Host "In test mode, command is printed instead of run."
6262
Write-Host "🔒 Verify PAT."
6363
vsce verify-pat ms-dotnettools

0 commit comments

Comments
 (0)