Update dotnet.yml

This commit is contained in:
Mih4n
2023-10-25 20:55:14 +03:00
committed by GitHub
parent 90d6001b27
commit 6f9f4be29c

View File

@@ -23,6 +23,12 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
uses: brandedoutcast/publish-nuget@v2.5.5
with:
PROJECT_FILE_PATH: src/spworlds.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}