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

Commit

Permalink
update manifest to be private by default and build with public flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuyu committed Feb 6, 2016
1 parent 71371e9 commit 66ad316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion makevsix.sh
Expand Up @@ -20,7 +20,7 @@ node bin/tfxupload.js --installonly

if [ $1 == "create" ] ; then
echo "Creating VSIX..."
tfx extension create --manifest-globs mobiledevopscordovaextension.json
tfx extension create --manifest-globs mobiledevopscordovaextension.json --override '{ "public": true }'
fi

if [ $1 == "publishtest" ] ; then
Expand Down
1 change: 0 additions & 1 deletion mobiledevopscordovaextension.json
Expand Up @@ -4,7 +4,6 @@
"name": "Cordova Build",
"version": "1.1.4",
"publisher": "ms-vsclient",
"public": true,
"description": "Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps.",
"categories": [
"Build and release"
Expand Down

0 comments on commit 66ad316

Please sign in to comment.