Browse Source

Update dotnet-desktop.yml

Marcin Ziąbek 2 years ago
parent
commit
1cc606261c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/dotnet-desktop.yml

+ 4 - 0
.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