So far, we have only discussed how to develop Visual Studio extensions. Equally important is understanding how to ship the extension to the Visual Studio Marketplace so that other Visual Studio users can also utilize the developed extension. In this chapter, we will learn how to publish our extension to the Visual Studio Marketplace, making it available to a wider audience.
With the DevOps getting more traction than ever before, we will explore how to establish an automated build setup for extension ...