From 249051ab4e49d39b505a544b3f4963d5cfa8e5c7 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 19 Jul 2024 11:56:13 +0200 Subject: [PATCH] Update version to stable 1.4.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe4fb2b..74341e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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')]