format2
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
dotnet package / build (8.0.x) (push) Failing after 24s

This commit is contained in:
2024-05-31 22:57:54 +02:00
parent 8c8de752e2
commit a822f2ce98

View File

@@ -17,7 +17,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
run: dotnet restore .\src\LittleTown.sln
- name: Build
run: dotnet build .\src\LittleTown.sln
- name: Test with the dotnet CLI