Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Griseo-bh3rd authored Apr 10, 2024
1 parent d82d8a1 commit 331aace
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2

- name: Setup NuGet
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'

- name: NuGet restore
run: nuget restore

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
Expand Down

0 comments on commit 331aace

Please sign in to comment.