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