Many people, including the ALM Rangers, use the CI/CD tasks for Extensions to manage their extension workflow. Part of that includes changing the base-uri of the extension to point to a dev, test or prod environment.
A common request I receive from extension developers is to be able to change the baseuri when publishing from vsix.
The proposed syntax would be similar to --publisher:
tfx extension publish --vsix .\ext.vsix --base-uri https://localhost/debug
An even better solution would be to allow --override or --override-json to work with --vsix.
Many people, including the ALM Rangers, use the CI/CD tasks for Extensions to manage their extension workflow. Part of that includes changing the base-uri of the extension to point to a dev, test or prod environment.
A common request I receive from extension developers is to be able to change the baseuri when publishing from vsix.
The proposed syntax would be similar to --publisher:
An even better solution would be to allow --override or --override-json to work with --vsix.