You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
This project contains some basic github actions that will allow
4
+
you to automate the build and deployment of your projects.
5
+
6
+
## build.yml
7
+
This script will build and package your project, based on a
8
+
`release` tag.
9
+
10
+
if you tag a commit with `release/(version)` (where version is the version you want e.g `release/1.0.0` ) then the build will produce a NuGet and umbraco package of that version.
0 commit comments