Skip to content

Commit

Permalink
Increase nuget verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
sigiesec committed Jul 5, 2017
1 parent a6611e3 commit b48dec2
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 @@ -12,7 +12,7 @@ build:
project: clrzmq4.VS.sln
verbosity: minimal
after_build:
cmd: nuget pack ZeroMQ.nuspec -Symbols -Version %APPVEYOR_BUILD_VERSION% -Suffix unreleased
cmd: nuget pack ZeroMQ.nuspec -Symbols -Version %APPVEYOR_BUILD_VERSION% -Suffix unreleased -Verbosity detailed
test_script:
- ps: .\test.ps1
after_test:
Expand Down

0 comments on commit b48dec2

Please sign in to comment.