test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
dotnet package / build (8.0.x) (push) Failing after 22s

This commit is contained in:
2024-05-31 22:59:58 +02:00
parent a822f2ce98
commit cdaf98297c

View File

@@ -16,6 +16,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: List files in the repository
run: |
ls
- name: List files in the repository2
run: |
pwd
- name: Install dependencies
run: dotnet restore .\src\LittleTown.sln
- name: Build