Skip to content

Commit

Permalink
no test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwsdwatson committed Aug 23, 2024
1 parent 56dbbc8 commit 3188017
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
- name: Restore the application
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=Release

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test $env:Solution_Name

- name: build the application
run: msbuild $env:Solution_Name /t:Build /p:Configuration=Release

Expand Down

0 comments on commit 3188017

Please sign in to comment.