From 75058d1f2579832fbad22a1931a488dddf94ec5b Mon Sep 17 00:00:00 2001 From: Jonko <69772986+jonko0493@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:30:18 -0700 Subject: [PATCH] Change build number to fixup versioning (#171) --- azure-pipelines-official.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index e89e3bf2..f393b6b8 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -18,13 +18,14 @@ parameters: type: string default: 'Latest nightly build. **Note that this is likely to have bugs and we recommend you use a regular release instead!**' +name: $(Year:yy).$(Date:MMdd).$(Rev:r) variables: - name: Version ${{ if ne(parameters['version'], '') }}: value: ${{ parameters.version }} ${{ if eq(parameters['version'], '') }}: - value: 0.2.$(Build.BuildNumber) + value: 0.$(Build.BuildNumber) stages: - stage: Build