How to test new Azure DevOps extension version before publishing it for everyone

When testing a new version of your extension, you need to use either use a different ExtensionID or a different PublisherID. And the test extension must be marked public: false. There are multiple ways to make this process easy. I personally use the Azure DevOps Extension Tasks in different ways. For my own private extension … Read more