From 570c974658e473ee3f8279e09740b8d77c6c2d02 Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Mon, 13 Apr 2020 18:58:41 +0300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4bd35ec..4b8e65b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ jobs: inputs: command: pack packagesToPack: '**/Citrus.Avalonia.csproj' + versioningScheme: 'byPrereleaseNumber' - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)'