From 747314ae9fc53eefb5a790464eaea2a3d0645a57 Mon Sep 17 00:00:00 2001 From: Creeper Lv Date: Wed, 27 Aug 2025 02:23:21 +1000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e1bf79c..b62e0a7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: with: dotnet-version: 9.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore ./src/SVM.Core/SVM.Core.csproj - name: Build run: dotnet build -c:Release --no-restore - name: Pack