Răsfoiți Sursa

Update dotnet-desktop.yml

Marcin Ziąbek 2 ani în urmă
părinte
comite
1cc606261c
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      .github/workflows/dotnet-desktop.yml

+ 4 - 0
.github/workflows/dotnet-desktop.yml

@@ -33,6 +33,10 @@ jobs:
         with:
         with:
           dotnet-version: '6.0.x'
           dotnet-version: '6.0.x'
 
 
+      - name: 🛠 Build Solution 🛠
+        shell: bash
+        run: cd Source
+
       - name: 🔄 Restore Nuget Packages 🔄
       - name: 🔄 Restore Nuget Packages 🔄
         shell: bash
         shell: bash
         run: dotnet restore
         run: dotnet restore