Skip to content

Commit e81fb9e

Browse files
committed
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.
1 parent e0bd7f2 commit e81fb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install:
4141

4242
build_script:
4343
- build\premake5.exe --file=build\premake4.lua %VS_VERSION%
44-
- msbuild %BUILD_PATH%\CppSharp.sln
44+
- msbuild %BUILD_PATH%\CppSharp.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:minimal
4545

4646
#---------------------------------#
4747
# artifacts configuration #

0 commit comments

Comments
 (0)