Skip to content

Commit b34be77

Browse files
committed
Fix the github workflow (experiment #3)
1 parent 312ccb4 commit b34be77

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ jobs:
3737
dotnet-version: '8.x'
3838
dotnet-quality: 'ga'
3939

40-
- name: dotnet test
40+
- name: dotnet msbuild Src
41+
run: dotnet msbuild /t:restore /p:Configuration=Release Src
42+
43+
- name: dotnet msbuild Tests
44+
run: dotnet msbuild /t:restore /p:Configuration=Release Tests
45+
46+
- name: dotnet test Tests
4147
run: dotnet test Tests
4248

4349
- name: "dotnet pack: ${{ env.VER_STR }}"

0 commit comments

Comments
 (0)