Skip to content

Commit

Permalink
restore all.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent 7a19ac6 commit f1d9fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: microsoft/setup-msbuild@v2
- uses: nuget/setup-nuget@v2
with:
nuget-version: '5.x'
nuget-version: "5.x"
- name: NuGet Restore
run: nuget restore DUI3-DX.slnf
run: nuget restore All.sln
# - name: Restore tools
# run: dotnet tool restore
# - name: Code formatting check
Expand Down

0 comments on commit f1d9fc8

Please sign in to comment.