NetSharp

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

commit b471e8e8776f10ddb8273c0a8b63bdbb6bb7bde6
parent d80fd0319d0f90a0b854d264bab93c0bceb45273
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:01:34 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -38,7 +38,7 @@ steps: versioningScheme: 'byPrereleaseNumber' majorVersion: '$(LibVersionMajor)' minorVersion: '$(LibVersionMinor)' - patchVersion: '$(BUILD_BUILDNUMBER)' + patchVersion: '$(LibVersionPatch)' - task: NuGetAuthenticate@0 inputs: