From f1d9fc8e50d8a2cef66572d13d9a704ce9d2995d Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 8 May 2024 22:44:51 +0200 Subject: [PATCH] restore all.sln --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9c4f7657f7..73a0e286a5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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