Stock Github workflows that can be taken and edited in your projects.
Add workflows as appropriate to .github/workflows in your repo.
build-and-test.yml- Build and test C#/.NET code before merging tomainlabel.yml- Add labels to describe PRsrelease-to-nuget.yml- Release a C#/.NET package to the Nuget package indexrelease-to-docker-hub-unstable.yml- Release an image of a C#/.NET app to Docker Hub, tagged with the SHA of the latest merge commit tomain. Runs on merge tomainrelease-nextjs-to-az-appservice.yml- Release a Next.js frontend app to Azure App Service on merges tomain.