workflow update

This commit is contained in:
Mih4n
2023-10-26 19:07:49 +03:00
parent 3497798cc9
commit 98d7f143a4

View File

@@ -21,9 +21,9 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore -f spworlds-csharp-library
run: dotnet restore -f spworlds-csharp-library.sln
- name: Build
run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library
run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library.sln
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish