mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 20:09:09 +08:00
Adding verbosity = minimal to msbuild commands in the compile workflow
This commit is contained in:
parent
358744e8c0
commit
f667d00843
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user