mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
less verbose msbuild for CI
This commit is contained in:
parent
dd8bb5ffbb
commit
0b862f2f44
2
.github/workflows/emu-build-all-win.yml
vendored
2
.github/workflows/emu-build-all-win.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user