Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Get Verbose output in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 2, 2017
1 parent 795838d commit 5576afa
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 @@ -6,7 +6,7 @@ before_build:
- nuget restore nunit-gui.sln

build_script:
- ps: .\build.ps1 -Target "Appveyor"
- ps: .\build.ps1 -Target "Appveyor" -Verbosity diagnostic

artifacts:
- path: package\*.zip
Expand Down

0 comments on commit 5576afa

Please sign in to comment.