ci: Increase verbosity on msbuild logs - includes timing information and such

This commit is contained in:
Tyler Wilding 2020-09-18 15:26:09 -04:00 committed by lightningterror
parent 1a79e421cd
commit 86639114e5
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ jobs:
path: |
./3rdparty/xz
./3rdparty/gtest
- name: Checkout Submodules
if: steps.cache-submodules.outputs.cache-hit != 'true'
run: git submodule update --init --recursive
@ -91,7 +92,7 @@ jobs:
vs-version: 16.7
- name: Build PCSX2
run: msbuild "buildbot.xml" /m /v:m /fl1 /t:ReleaseAll /p:Platform=${{ matrix.platform }}
run: msbuild "buildbot.xml" /m /v:n /t:ReleaseAll /p:Platform=${{ matrix.platform }}
- name: Upload artifact
uses: actions/upload-artifact@v2