Skip to content

Commit

Permalink
Upgraded to V6 label
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLockley committed Dec 9, 2022
1 parent c6bcfcd commit 988bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

1 comment on commit 988bf5f

@andyward
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SteveLockley we should revert this in master and do it in netcore branch it will get confusing with v5 releases tagged v6. Only the branch trigger needs to be in main

Please sign in to comment.