Skip to content

Commit aaf56fc

Browse files
committed
fixed syntax in yaml
1 parent 260c2c4 commit aaf56fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
- bash: |
4848
echo ">>> Publish"
4949
npm run deploy
50-
displayName: Publish
51-
condition: add(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
52-
env:
53-
VSCE_PAT: $(VSCE_PAT)
50+
displayName: Publish
51+
condition: add(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
52+
env:
53+
VSCE_PAT: $(VSCE_PAT)

0 commit comments

Comments
 (0)