From 227794bd70f9c40f83ad1179f1a8b7c2ff599f2c Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 20 Jul 2019 18:47:01 -0400 Subject: [PATCH] Try fixing project path --- Weather/Models/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/Models/azure-pipelines.yml b/Weather/Models/azure-pipelines.yml index 5063722..9fab5f8 100644 --- a/Weather/Models/azure-pipelines.yml +++ b/Weather/Models/azure-pipelines.yml @@ -7,7 +7,7 @@ steps: - task: NuGetCommand@2 inputs: command: pack - packagesToPack: '**/*.csproj' + packagesToPack: 'Weather\Models\Models.csproj' versioningScheme: byPrereleaseNumber majorVersion: '$(Major)' minorVersion: '$(Minor)'