less verbose msbuild for CI

This commit is contained in:
otavepto 2024-05-22 00:21:13 +03:00
parent dd8bb5ffbb
commit 0b862f2f44

View File

@ -88,7 +88,7 @@ jobs:
shell: cmd
working-directory: ${{ github.workspace }}/build/project/vs2022/win
run: |
msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:d /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} GBE.sln
msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:n /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} GBE.sln
### upload artifact/package to github Actions (for targets)
- name: Upload build package (for targets)