File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def publishExtensions() {
75
75
76
76
stage " publish generic version to VS Code Marketplace"
77
77
withCredentials([[$class : ' StringBinding' , credentialsId : ' vscode_java_marketplace' , variable : ' TOKEN' ]]) {
78
- sh ' vsce publish -p ${TOKEN} --target win32-ia32 win32-arm64 linux-armhf alpine-x64 alpine-arm64 ' + " ${ env.publishPreReleaseFlag} "
78
+ sh ' vsce publish -p ${TOKEN}' + " ${ env.publishPreReleaseFlag} "
79
79
}
80
80
81
81
stage " publish specific version to VS Code Marketplace"
@@ -88,7 +88,7 @@ def publishExtensions() {
88
88
89
89
stage " Publish generic version to Open-VSX Marketplace"
90
90
withCredentials([[$class : ' StringBinding' , credentialsId : ' open-vsx-access-token' , variable : ' OVSX_TOKEN' ]]) {
91
- sh ' ovsx publish -p ${OVSX_TOKEN} --target win32-ia32 win32-arm64 linux-armhf alpine-x64 alpine-arm64 ' + " ${ env.publishPreReleaseFlag} "
91
+ sh ' ovsx publish -p ${OVSX_TOKEN}' + " ${ env.publishPreReleaseFlag} "
92
92
}
93
93
94
94
stage " Publish specific version to Open-VSX Marketplace"
You can’t perform that action at this time.
0 commit comments