stuartleaver / vscode-dotnet-azure-extension-pack

A VS Code Extension Pack containing extensions that are useful for .NET and Azure development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Action to build/package the extension pack

stuartleaver opened this issue · comments

As this is an extension pack, there isn't really anything to build and test. Therefore, if a change is made, it's no so easy to know if the extension pack is broken.

Therefore, it would be good to package it on a push to the develop branch. That way, if the package fails. it would be a good indication on if the extension pack is broken or not.

Action created and tested.