NetSharp

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

commit 90b2b02d725a7e535d451ca4a6fb7e0a3800c5df
parent c7d230d986eec1e656dcfff2fec3996b7e07e371
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 18:38:52 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -9,6 +9,11 @@ trigger: pool: vmImage: 'ubuntu-latest' +variables: + major: '0' + minor: '1' + patch: '0' + steps: - task: DotNetCoreCLI@2 @@ -42,9 +47,9 @@ steps: includesymbols: true includesource: true versioningScheme: 'byPrereleaseNumber' - majorVersion: '$(LibMajor)' - minorVersion: '$(LibMinor)' - patchVersion: '$(LibPatch)' + majorVersion: '$(major)' + minorVersion: '$(minor)' + patchVersion: '$(patch)' - task: NuGetAuthenticate@0 inputs: