Skip to content

Commit

Permalink
Update version to stable 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jul 19, 2024
1 parent 27e743a commit 249051a
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 @@ -6,7 +6,7 @@ variables:
BUILD_NUMBER: $[counter(format('{0}_{1}', variables['BASE_VERSION'], variables['Build.SourceBranch']), 1)]
PACKAGE_VERSION: $(BASE_VERSION).$(BUILD_NUMBER)
CONFIGURATION: 'Release'
BUILD_PRERELEASE: true
BUILD_PRERELEASE: false
DOTNET_CORE_VERSION: 8.x
PR_NUMBER: $[coalesce(variables['System.PullRequest.PullRequestNumber'], '0')]

Expand Down

0 comments on commit 249051a

Please sign in to comment.