Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 7eb51ad.
  • Loading branch information
mxschmitt committed May 6, 2024
1 parent 7eb51ad commit 3e04e79
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") {
Write-Output "Manual trigger"
npx vsce publish --pre-release --pat $aadToken
} else {
Write-Output "Automatic trigger"
npx vsce publish --pat $aadToken
}

0 comments on commit 3e04e79

Please sign in to comment.