From fecc46204a236afcb6c1bbabb387414f46cd5415 Mon Sep 17 00:00:00 2001 From: Creeper Lv Date: Wed, 27 Aug 2025 02:29:33 +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 b62e0a7..6fb2b9c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: - name: Restore dependencies run: dotnet restore ./src/SVM.Core/SVM.Core.csproj - name: Build - run: dotnet build -c:Release --no-restore + run: dotnet build -c:Release --no-restore ./src/SVM.Core/SVM.Core.csproj - name: Pack run: dotnet pack -c:Release ./src/SVM.Core/SVM.Core.csproj - name: Publish to NuGet