This commit is contained in:
Mih4n
2023-10-26 19:53:18 +03:00
parent b2a61cfacd
commit 6312ee28ae

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build spworlds-csharp-library.sln --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test spworlds-csharp-library.sln --no-build --verbosity normal
- name: Publish
uses: brandedoutcast/publish-nuget@v2.5.5
with: