Skip to content

Commit

Permalink
Restore command to publish ext to vscode marketplace
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Feb 25, 2020
1 parent 8def1b9 commit d1f30e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ node('rhel7'){
stage("Publish to Marketplace") {
withCredentials([[$class: 'StringBinding', credentialsId: 'vscode_java_marketplace', variable: 'TOKEN']]) {
def vsix = findFiles(glob: '**.vsix')
// sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
sh 'vsce publish -p ${TOKEN} --packagePath' + " ${vsix[0].path}"
}

stage "Promote the build to stable"
Expand Down

0 comments on commit d1f30e0

Please sign in to comment.