Browse Source

Use AppVeyor's MSBuild custom logger and reduce verbosity level.

.
Custom logger is required to push MSBuild warning and errors in real-time to build console.
pull/563/head
triton 10 years ago
parent
commit
e81fb9e036
  1. 2
      appveyor.yml

2
appveyor.yml

@ -41,7 +41,7 @@ install: @@ -41,7 +41,7 @@ install:
build_script:
- build\premake5.exe --file=build\premake4.lua %VS_VERSION%
- msbuild %BUILD_PATH%\CppSharp.sln
- msbuild %BUILD_PATH%\CppSharp.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal
#---------------------------------#
# artifacts configuration #

Loading…
Cancel
Save