We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc456de commit 9d5f983Copy full SHA for 9d5f983
azure-pipelines.yml
@@ -42,6 +42,6 @@ steps:
42
43
- bash: |
44
echo ">>> Publish"
45
- npm run deploy $(VSCODE_MARKETPLACE_TOKEN)
+ npm run deploy $(marketplace)
46
displayName: Publish
47
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
0 commit comments