There was an error while loading. Please reload this page.
1 parent 9a7b85e commit d9e0217Copy full SHA for d9e0217
.github/workflows/dotnet-desktop.yml
@@ -66,3 +66,11 @@ jobs:
66
uses: actions/setup-dotnet@v2
67
with:
68
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