From fc67895fca2c4fec50335d7df3df2c66714b9627 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 20 Jul 2019 19:23:25 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- Weather/Models/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index 21c608c..7198624 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -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)'