microsoft / tfs-cli

Cross-platform CLI for Microsoft Team Foundation Server and Visual Studio Team Services
MIT License
372 stars 132 forks source link

Validate vsix package before publishing #327

Open charleszipp opened 5 years ago

charleszipp commented 5 years ago

Is there a way to run the tfx extension isvalid command against a local vsix package before uploading? I would like to be able to validate a vsix before publish so that this can be part of the CI build for my extension. There is a --vsix param that looks like it may be for this purpose. However, if i run using that arg, its still returning the validation status from the last published extension.

RobiNino commented 2 years ago

Would love to see that as well. It seems that there was no change in the functionality since this issue was opened, and the --vsix still has no effect.

More generally, we are looking for a way to verify extension validation for both Azure DevOps and Azure DevOps Server without having to publish the extension to both. The two seem to have different requirements, so verifying one isn't enough.