Skip to content

Commit

Permalink
CI: Add dotnet restore command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Dec 28, 2024
1 parent e16c52c commit ff59c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
${{ runner.os }}-licenses-
- run: |
dotnet tool restore
dotnet restore
dotnet nuget-license -t `
-ignore ignore-packages.json `
-override package-information.json `
Expand Down

0 comments on commit ff59c9c

Please sign in to comment.