.net workflow update

This commit is contained in:
Mih4n
2023-10-26 19:05:48 +03:00
parent 47497b1e1c
commit 65cbb2f624

View File

@@ -23,7 +23,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish