Pass in patch version from pipeline (#2020)

* Pass in patch version from pipeline

* Correct patch version

* Fix packaging

* Fix nuget version

* Revert nuget package changes
This commit is contained in:
Charles Gagnon
2023-04-20 12:07:40 -07:00
committed by GitHub
parent 6120b99a56
commit dec4f2d4b9
3 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ variables:
# Minor version number for the release (should be incremented post a stable release)
- name: Minor
value: '7'
# Patch version number for the release (should be incremented in release branch once one is created)
- name: Patch
value: '0'
stages:
- stage: Build