PreviousNext

Publish VSCode extension using GitHub Actions

by bill-s, 2020-04-17T01:53:27.362Z

GitHub Actions allow you to build complex workflows to automate your build and deployment processes. Built on top of Azure Pipelines, Actions allow you to maintain your workflows along with your code. In this post, we will see how we can implement CICD flow for a sample Visual Studio Code extension to deploy it to Visual Studio Marketplace.

Read More