Skip to content

Commit

Permalink
Updated AppVeyor script to not be queit
Browse files Browse the repository at this point in the history
  • Loading branch information
SharePointRadi committed Sep 22, 2016
1 parent 49ffceb commit f996f5f
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 @@ branches:
- /^(.*\/)?ci-.*$/

build_script:
- build.cmd --quiet verify
- build.cmd verify

after_build:
- ps: Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
Expand Down

0 comments on commit f996f5f

Please sign in to comment.