So far we have only discussed how to develop Visual Studio extensions. Equally important is to know and learn how to ship the extension to the Visual Studio Marketplace so that other Visual Studio users can also use the developed extension. In this chapter, we will learn how we can publish our extension to the Visual Studio Marketplace to make it available for the wider audience. With the DevOps getting more traction than ever before, we will see how we can have automated build setup for the extension projects using the Azure DevOps build pipeline. We will then see ...