From 988bf5fd889e3aa2e44d71e482172dabda4410a1 Mon Sep 17 00:00:00 2001 From: Steve Lockley Date: Fri, 9 Dec 2022 08:04:39 +0000 Subject: [PATCH] Upgraded to V6 label --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 593b3f869..c4e603155 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: variables: BuildConfiguration: 'Release' BuildPlatform: 'Any CPU' - major: 5 + major: 6 minor: 1 # creates a counter called versioncounter and seeds it at 100 and then assigns the value to a variable named buildNo. buildNo: $[counter('geomversioncounter', 100)]