From eb542f9baa7a50b5e4d2578c6af9a01c81237935 Mon Sep 17 00:00:00 2001 From: Steven Atkinson Date: Sun, 18 Feb 2018 13:19:38 +0000 Subject: [PATCH] Updated the after_build script so we use the new nuspec file. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b0c13dd..c709901 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ build: project: src/Nancy.LeakyBucket.sln after_build: - - cmd: nuget pack src\Nancy.LeakyBucket\Nancy.LeakyBucket.csproj -IncludeReferencedProjects -Build -Version "%GitVersion_NuGetVersion%" -Prop "target=%CONFIGURATION%" + - cmd: nuget pack -Version "%GitVersion_NuGetVersion%" -Prop "target=%CONFIGURATION%" after_test: - nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools