diff --git a/concourse/tasks/publish-vsix-releases.sh b/concourse/tasks/publish-vsix-releases.sh index 2af8ace71..1328be3a9 100755 --- a/concourse/tasks/publish-vsix-releases.sh +++ b/concourse/tasks/publish-vsix-releases.sh @@ -9,7 +9,10 @@ workdir=`pwd` #vsix_files=`ls ${workdir}/s3-*/vscode-concourse-*.vsix` #Uncomment the below to publish only spring-boot vxix -vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix` +#vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix` + +#Uncomment the below to publish only cf-manifest-yaml vxix +vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix` #Uncomment the below to publish all vsix files #vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`