Release script now 'armed'.

This commit is contained in:
Kris De Volder
2017-05-12 14:53:37 -07:00
parent c0c967df7a
commit e5e70c35c7

View File

@@ -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.