Adding verbosity = minimal to msbuild commands in the compile workflow

This commit is contained in:
Benedek Farkas 2024-03-09 11:13:19 +01:00
parent 358744e8c0
commit f667d00843

View File

@ -28,7 +28,7 @@ jobs:
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
- name: Compile
run: msbuild Orchard.proj /m /t:Compile /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true -WarnAsError
run: msbuild Orchard.proj /m /t:Compile /v:minimal /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true -WarnAsError
- name: Test
run: msbuild Orchard.proj /m /t:Test
run: msbuild Orchard.proj /m /t:Test /v:minimal