Skip to content

Commit 8eefe0a

Browse files
committed
Reduce console build log verbosity in appveyor
1 parent 4b2be46 commit 8eefe0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ before_build:
8989
build_script:
9090
- ps: |
9191
dotnet msbuild "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln" `
92-
/verbosity:normal `
92+
/verbosity:minimal /fl /flp:verbosity=normal `
9393
/property:ExtraDefine="LEAKS_IDENTIFYING" `
9494
/t:build,pack
9595
@@ -148,6 +148,8 @@ after_test:
148148
artifacts:
149149
- path: '**\bin\**\*.nupkg'
150150
name: NuGet Package
151+
- path: msbuild.log
152+
name: Build log
151153

152154
notifications:
153155
- provider: Email

0 commit comments

Comments
 (0)