mirror of
https://github.com/creeperlv/SVM.git
synced 2026-01-10 04:19:54 +00:00
Update dotnet.yml
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user