This commit is contained in:
Mih4n
2023-10-26 19:44:51 +03:00
parent c23095a885
commit b2a61cfacd

View File

@@ -23,7 +23,7 @@ jobs:
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore -f spworlds-csharp-library.sln run: dotnet restore -f spworlds-csharp-library.sln
- name: Build - name: Build
run: dotnet build -f spworlds-csharp-library.sln --configuration Release --no-restore run: dotnet build spworlds-csharp-library.sln --configuration Release --no-restore
- name: Test - name: Test
run: dotnet test --no-build --verbosity normal run: dotnet test --no-build --verbosity normal
- name: Publish - name: Publish