Skip to content

Commit

Permalink
Merge commit '34d77637785e27f78a4c13bdbc40b5ab23f72b17'
Browse files Browse the repository at this point in the history
  • Loading branch information
iSorp committed Jun 30, 2022
2 parents aa86370 + 34d7763 commit df1fc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ steps:
echo ">>> Publish"
yarn deploy
displayName: Publish
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows'))
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows_NT'))
env:
VSCE_PAT: $(VSCE_PAT)

0 comments on commit df1fc80

Please sign in to comment.