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 2816ccb commit a939fe2Copy full SHA for a939fe2
build/azure-devdiv-pipeline.pre-release.yml
@@ -97,6 +97,9 @@ extends:
97
- script: npm run package
98
displayName: Build extension
99
100
+ - script: npm run vsce-package
101
+ displayName: Build VSIX
102
+
103
- powershell: |
104
cp "$(Build.StagingDirectory)\autopep8.vsix" "$(Build.StagingDirectory)\drop\autopep8.vsix"
105
displayName: Copy VSIX into drop
0 commit comments