1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

Hide inspectcode output from appveyor console

This commit is contained in:
Dean Herbert 2017-11-29 01:26:21 +09:00
parent 36d1b8a021
commit 1aa79a2d88

View File

@ -21,5 +21,5 @@ build:
parallel: true parallel: true
verbosity: minimal verbosity: minimal
after_build: after_build:
- cmd: inspectcode /o="inspectcodereport.xml" /caches-home="inspectcode" osu.sln - cmd: inspectcode /o="inspectcodereport.xml" /caches-home="inspectcode" osu.sln > NUL
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors - cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors