Skip to content

Commit

Permalink
Revert "Verbose build output"
Browse files Browse the repository at this point in the history
This reverts commit c1c5e4b.
  • Loading branch information
sabianroberts committed Nov 13, 2024
1 parent 1dfa768 commit 205b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
msbuild-architecture: x86

- name: Build
run: msbuild SourceCode/projects/vs2019/HaloGS.sln -t:rebuild -property:Configuration=Release -property:LangVersion=stdcpp20 -maxcpucount:2 -verbosity:detailed
run: msbuild SourceCode/projects/vs2019/HaloGS.sln -t:rebuild -property:Configuration=Release -property:LangVersion=stdcpp20 -maxcpucount:2

- name: Deploy
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 205b456

Please sign in to comment.