Skip to content

Commit

Permalink
Restore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fangdatto committed Jul 22, 2024
1 parent 15a74b7 commit f22aab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@ jobs:
with:
dotnet-version: 6.x

- name: Restore dependencies
run: dotnet restore Solution\UnitTest.sln

- name: Build Project
run: dotnet build Solution\UnitTest.sln --configuration Release

0 comments on commit f22aab3

Please sign in to comment.