Skip to content

Commit 0646ca5

Browse files
committed
Changes the verbosity of msbuild from quiet to normal in the appveyor script. Increasing the verbosity helps to identify the cause of build errors which is the main purpose of the appveyor script.
1 parent 8241b51 commit 0646ca5

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
@@ -33,7 +33,7 @@ before_build:
3333
- ps: Start-Process clcache-server
3434
- ps: fsutil behavior set disablelastaccess 0 # Enable Access time feature on Windows (for clcache)
3535
build_script:
36-
- cmd: msbuild /p:TrackFileAccess=false /p:CLToolExe=clcache.exe build_msvc\bitcoin.sln /m /v:q /nologo
36+
- cmd: msbuild /p:TrackFileAccess=false /p:CLToolExe=clcache.exe build_msvc\bitcoin.sln /m /v:n /nologo
3737
after_build:
3838
- ps: fsutil behavior set disablelastaccess 1 # Disable Access time feature on Windows (better performance)
3939
- ps: clcache -z

0 commit comments

Comments
 (0)