mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 12:29:30 +02:00
workflow update
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user