Skip to content

Commit

Permalink
Updated the after_build script so we use the new nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Feb 18, 2018
1 parent 6ef7462 commit eb542f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb542f9

Please sign in to comment.