Skip to content

Commit d9e0217

Browse files
authored
Update dotnet-desktop.yml
1 parent 9a7b85e commit d9e0217

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ jobs:
6666
uses: actions/setup-dotnet@v2
6767
with:
6868
dotnet-version: 6.0.x
69+
70+
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
71+
- name: Setup MSBuild.exe
72+
uses: microsoft/setup-msbuild@v1.0.2
73+
74+
# Execute all unit tests in the solution
75+
- name: Execute unit tests
76+
run: dotnet test

0 commit comments

Comments
 (0)