NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 0e1002663213747fee4a8b6666c931027e510ff3
parent fac1727fc424be88fd2a89e8baf07d7a71babaa6
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:13:54 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -35,10 +35,8 @@ steps: packagesToPack: '**/NetSharp.csproj' includesymbols: true includesource: true - versioningScheme: 'byPrereleaseNumber' - majorVersion: '$(LibVersionMajor)' - minorVersion: '$(LibVersionMinor)' - patchVersion: '$(LibVersionPatch)' + versioningScheme: 'byEnvVar' + versionEnvVar: 'BUILD_BUILDNUMBER' - task: NuGetAuthenticate@0 inputs: