From aaf010dac9d9c7696a958a679a2d528e220d2831 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 09:44:07 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0c6a31..7a5db0c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,7 +82,8 @@ stages: packDirectory: '$(Build.ArtifactStagingDirectory)\cp' nobuild: true includesymbols: true - versioningScheme: 'off' + versioningScheme: 'byEnvVar' + versionEnvVar: 'build.version' - task: DotNetCoreCLI@2 inputs: