This commit is contained in:
Mih4n
2023-10-26 19:42:18 +03:00
parent 98d7f143a4
commit c23095a885

View File

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