When doing versioning, use the PreReleaseTag, which contains an auto-incremented value based on commits, to ensure that the version number should be unique for each build.
Motivation and Context
So we can maintain versioned prerelease versions internally for testing purposes.
Testing
Checked the gitversion output to check for which properties we should be making use of
Running the PR build on our build server to see how it goes
Change Types Made
[x] Build issue fix
[ ] Bug fix (non-breaking change)
[ ] Feature / Enhancement (non-breaking change)
[ ] Breaking change (fix or feature that could cause existing functionality to change)
Description Of Changes
Motivation and Context
So we can maintain versioned prerelease versions internally for testing purposes.
Testing
Change Types Made
Related Issue
Fixes #74
Change Checklist