Skip to content

Commit

Permalink
Setting MSBuild log verbosity to minimal in the compile workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Mar 18, 2024
1 parent 0053384 commit 5aaf46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: microsoft/[email protected]

- name: Compile
run: msbuild Orchard.proj /m /t:Compile /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true -WarnAsError
run: msbuild Orchard.proj /m /v:minimal /t:Compile /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true -WarnAsError

- name: Test
run: msbuild Orchard.proj /m /t:Test
run: msbuild Orchard.proj /m /v:minimal /t:Test

0 comments on commit 5aaf46b

Please sign in to comment.