This commit is contained in:
TomPallister
2020-11-26 11:03:38 +00:00
parent 3a8d55f768
commit 94ce0224d7
4 changed files with 27 additions and 41 deletions

View File

@@ -20,4 +20,16 @@ run_unit_tests:
release_notes:
./build.sh --target=ReleaseNotes
# clean the dirs
# version the code and update the csproj files
# write the release notes
# build the code
# unit test
# acceptance test
# integration test
# gather the nuget packages
# publish release to NuGet
# publish release to GitHub