commit f2bf79c02dce65f2607f916e862c8d6d9281d3e5 parent 0e1002663213747fee4a8b6666c931027e510ff3 Author: MikoĊaj Lenczewski <mikolaj.lenczewski308@gmail.com> Date: Wed, 10 Jun 2020 16:21:26 +0100 Update azure-pipelines.yml for Azure Pipelines Diffstat:
| M | azure-pipelines.yml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -35,8 +35,10 @@ steps: packagesToPack: '**/NetSharp.csproj' includesymbols: true includesource: true - versioningScheme: 'byEnvVar' - versionEnvVar: 'BUILD_BUILDNUMBER' + versioningScheme: 'byPrereleaseNumber' + majorVersion: '$(LibMajor)' + minorVersion: '$(LibMinor)' + patchVersion: '$(LibPatch)' - task: NuGetAuthenticate@0 inputs: