Compile workflow: Testing the Test and Spec targets

This commit is contained in:
Benedek Farkas
2023-05-19 11:34:44 +02:00
parent 12d7494a54
commit 5065e8fb20

View File

@@ -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