We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf56fc commit 4056c56Copy full SHA for 4056c56
azure-pipelines.yml
@@ -48,6 +48,6 @@ steps:
48
echo ">>> Publish"
49
npm run deploy
50
displayName: Publish
51
- condition: add(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
+ condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
52
env:
53
VSCE_PAT: $(VSCE_PAT)
0 commit comments