Update dotnet.yml

This commit is contained in:
2025-08-27 02:23:21 +10:00
parent 7f4bdba161
commit 747314ae9f

View File

@@ -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