Skip to content

Commit

Permalink
Update the main branch to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Apr 16, 2024
1 parent b816900 commit 523a602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azure-pipelines-variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
MAJOR_VERSION: 2
BASE_VERSION: 2.0.0
MAJOR_VERSION: 3
BASE_VERSION: 3.0.0
PREVIEW_LABEL: 'preview'
BUILD_NUMBER: $[counter(format('{0}_{1}_{2}', variables['BASE_VERSION'], variables['Build.SourceBranch'], variables['PREVIEW_LABEL']), 1)]
GIT_SHA: $(Build.SourceVersion)
Expand Down

0 comments on commit 523a602

Please sign in to comment.