Skip to content

Commit 4056c56

Browse files
committed
syntax error of add instead of and
1 parent aaf56fc commit 4056c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ steps:
4848
echo ">>> Publish"
4949
npm run deploy
5050
displayName: Publish
51-
condition: add(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
51+
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
5252
env:
5353
VSCE_PAT: $(VSCE_PAT)

0 commit comments

Comments
 (0)