We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe752 commit f2fef90Copy full SHA for f2fef90
.github/workflows/release.yml
@@ -48,10 +48,7 @@ jobs:
48
name: vsix-package
49
path: '*.vsix'
50
51
- - name: Install vsce
52
- run: npm install -g @vscode/vsce
53
-
54
- name: Publish to Visual Studio Marketplace
55
- run: vsce publish --pat $VSCE_TOKEN --no-verify
+ run: tfx extension publish --vsix $(ls *.vsix) --token $(AZURE_DEVOPS_PAT)
56
env:
57
- VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
+ AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
0 commit comments