Skip to content

CI CD Procedures

gbakeman edited this page May 7, 2024 · 1 revision

Debug

Debug builds are built automatically for commits to a pull request. Build artifacts are made available for download.

(Pre)Release

A release build is triggered by pushing a semver-formatted tag beginning with the character 'v'. It will be considered a prerelease if -prerelease is appended to the semver string. The resulting NuGet package(s) are pushed to NuGet, which will tag the release appropriately based on the semver string. A GitHub draft release will also be created.

Clone this wiki locally