Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
update makevsix.sh to override manifest values for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuyu committed Feb 6, 2016
1 parent e9c43f7 commit 71371e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makevsix.sh
Expand Up @@ -23,9 +23,9 @@ if [ $1 == "create" ] ; then
tfx extension create --manifest-globs mobiledevopscordovaextension.json
fi

if [ $1 == "publish" ] ; then
echo "Creating and publishing VSIX..."
tfx extension publish --manifest-globs mobiledevopscordovaextension.json --share-with mobiledevops x04ty29er --token $PUBLISH_ACCESSTOKEN
if [ $1 == "publishtest" ] ; then
echo "Creating and publishing test VSIX..."
tfx extension publish --manifest-globs mobiledevopscordovaextension.json --override '{ "public": "false", "name": "Cordova Build-Dev", "id": "cordova-extension-dev", "publisher": "ms-mobiledevops-test"}' --share-with mobiledevops x04ty29er --token $PUBLISH_ACCESSTOKEN
fi


0 comments on commit 71371e9

Please sign in to comment.