mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
Ignoring CS2008 warning when recompiling with generated modules, because the theme and test projects don't have .cs files
This commit is contained in:
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
& "src/Orchard.Web/bin/Orchard.exe" @$commandFile
|
& "src/Orchard.Web/bin/Orchard.exe" @$commandFile
|
||||||
|
|
||||||
- name: Compile with generated projects
|
- name: Compile with generated projects
|
||||||
run: msbuild Orchard.proj /m /v:minimal /t:Compile /p:TreatWarningsAsErrors=true -WarnAsError
|
run: msbuild Orchard.proj /m /v:minimal /t:Compile /p:TreatWarningsAsErrors=true -WarnAsError /NoWarn:CS2008
|
||||||
|
|
||||||
compile-node:
|
compile-node:
|
||||||
name: Compile client-side assets
|
name: Compile client-side assets
|
||||||
|
|||||||
Reference in New Issue
Block a user