Skip to content

Commit eb542f9

Browse files
committed
Updated the after_build script so we use the new nuspec file.
1 parent 6ef7462 commit eb542f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build:
3030
project: src/Nancy.LeakyBucket.sln
3131

3232
after_build:
33-
- cmd: nuget pack src\Nancy.LeakyBucket\Nancy.LeakyBucket.csproj -IncludeReferencedProjects -Build -Version "%GitVersion_NuGetVersion%" -Prop "target=%CONFIGURATION%"
33+
- cmd: nuget pack -Version "%GitVersion_NuGetVersion%" -Prop "target=%CONFIGURATION%"
3434

3535
after_test:
3636
- nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools

0 commit comments

Comments
 (0)