Browse Source

Run dotnet restore before build.

BDisp 10 months ago
parent
commit
4afe694617
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/dotnet-core.yml

+ 3 - 0
.github/workflows/dotnet-core.yml

@@ -90,6 +90,9 @@ jobs:
         dotnet-version: 8.x
         dotnet-quality: 'ga'
 
+    - name: Restore dependencies
+      run: dotnet restore
+
     - name: Build Release
       run: dotnet build --configuration Release