Last active
June 23, 2018 10:51
-
-
Save GregTrevellick/52a7c468fe6795ab872cc4f0356338a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tfx extension create --manifest-globs vss-extension.json | |
tfx extension create --rev-version --manifest-globs vss-extension.json | |
//An extension/integration's version must be incremented on every update. | |
//If you haven't incremented your extension/integration in the manifest, you should pass the --rev-version command line switch. | |
//This will increment the patch version number of your extension and save the new version to your manifest. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment