From 46001979cc014621235115870b4e173237909eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=A4scher?= Date: Tue, 14 May 2024 23:38:17 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a1eb8..bb25778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: with: dotnet-version: 8.0.x + - name: Restore dependencies + run: dotnet restore MaxPower.sln + - name: Build run: dotnet build --no-restore --configuration=Release /p:Version=${{steps.gitversion.outputs.semVer}}