diff --git a/concourse/tasks/publish-vsix-releases.sh b/concourse/tasks/publish-vsix-releases.sh index 5c9fa30e9..2d19de390 100755 --- a/concourse/tasks/publish-vsix-releases.sh +++ b/concourse/tasks/publish-vsix-releases.sh @@ -9,12 +9,9 @@ do echo "*** Publishing : ${vsix_file}" echo "****************************************************************" echo "" - echo "We should be runing the following command:" + echo "We are runing the following command:" echo "" echo " vsce publish -p $vsce_token --packagePath $vsix_file" echo "" - echo "But this is just a practice run..." - echo "" + vsce publish -p $vsce_token --packagePath $vsix_file done - -exit 99 ## take this line out once the publishing code is functional and does something real. \ No newline at end of file