Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2019-07-20 19:23:25 -04:00
parent e66608e9b5
commit fc67895fca

View File

@@ -10,14 +10,14 @@ trigger:
- master
paths:
include:
- Weather/Models/**/*
- Weather/Models
steps:
- task: NuGetCommand@2
inputs:
command: pack
command: 'pack'
packagesToPack: 'Weather/Models/Models.csproj'
versioningScheme: byPrereleaseNumber
versioningScheme: byBuildNumber
majorVersion: '$(Major)'
minorVersion: '$(Minor)'
patchVersion: '$(Patch)'