mirror of
https://github.com/yawaflua/SPWorlds.git
synced 2025-12-09 20:19:35 +02:00
Update dotnet.yml
This commit is contained in:
committed by
GitHub
parent
857e5e7f02
commit
8d8ee3d39f
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -26,8 +26,4 @@ jobs:
|
|||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test --no-build --verbosity normal
|
||||||
- name: Publish
|
|
||||||
uses: brandedoutcast/publish-nuget@v2.5.5
|
|
||||||
with:
|
|
||||||
PROJECT_FILE_PATH: SPWorldsApi.csproj
|
|
||||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user