From 1cc606261c8255a995a4e47991f91e53416f0436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C4=85bek?= Date: Wed, 11 Jan 2023 23:04:22 +0100 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 01a6a4c..05aca85 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -33,6 +33,10 @@ jobs: with: dotnet-version: '6.0.x' + - name: 🛠 Build Solution 🛠 + shell: bash + run: cd Source + - name: 🔄 Restore Nuget Packages 🔄 shell: bash run: dotnet restore