Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 6, 2024
1 parent 5c5fd37 commit 7eb51ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extends:
$aadToken = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
npx vsce verify-pat --pat $aadToken ms-playwright
if ("$(Build.Reason)" -eq "Manual") {
npx vsce publish --pre-release --pat $aadToken
Write-Output "Manual trigger"
} else {
npx vsce publish --pat $aadToken
Write-Output "Automatic trigger"
}

0 comments on commit 7eb51ad

Please sign in to comment.