Skip to content

Commit cc22d9b

Browse files
committed
Fix parenthesis
1 parent d2952aa commit cc22d9b

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
@@ -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-run }}" -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)