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')]