mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Compile workflow: Testing the Test and Spec targets
This commit is contained in:
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
@@ -21,5 +21,8 @@ jobs:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.3.1
|
||||
|
||||
- name: Compile
|
||||
run: msbuild Orchard.proj /m /t:Compile /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true
|
||||
- name: Test
|
||||
run: msbuild Orchard.proj /m /t:Test /p:MvcBuildViews=true /p:TreatWarningsAsErrors=true
|
||||
|
||||
- name: Test
|
||||
run: msbuild Orchard.proj /m /t:Spec
|
||||
|
Reference in New Issue
Block a user