Skip to content

Commit a3c1f22

Browse files
committed
Simplify
1 parent 03e2b10 commit a3c1f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stages:
7676
}
7777
7878
Write-Host "Command run is: vsce $($additionalPublishArgs)."
79-
If ("${{ parameters.test }}" -eq "true") {
79+
If ("${{ parameters.test }}") {
8080
Write-Host "In test mode, command is printed instead of run."
8181
Write-Host "🔒 Verify PAT."
8282
vsce verify-pat ms-dotnettools

0 commit comments

Comments
 (0)