From e38b7f80a710894af72607ac8dd90d72654f90c0 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 7 May 2024 00:45:02 +0200 Subject: [PATCH] test: Too much --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index caab8ff4a0..0326522af9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -25,6 +25,8 @@ jobs: # run: dotnet tool restore # - name: Code formatting check # run: dotnet csharpier --check . + - name: Restore projects + run: dotnet restore DUI3-DX.slnf - name: Build run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false - name: Upload artifacts