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 6c000d3 commit d1e0476Copy full SHA for d1e0476
Jenkinsfile
@@ -64,6 +64,9 @@ def publishExtensions() {
64
if (publishPreRelease.equals('true')) {
65
stage "publish generic version"
66
withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
67
+ // Clean up embedded jre folder from previous build
68
+ sh 'npx gulp clean_jre'
69
+ // Publish a generic version
70
sh 'vsce publish --pre-release -p ${TOKEN} --target win32-ia32 win32-arm64 linux-armhf alpine-x64 alpine-arm64'
71
}
72
0 commit comments