We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 947d6d2 + 77f3b3b commit 30f7ca4Copy full SHA for 30f7ca4
1 file changed
.github/workflows/dotnet.yml
@@ -14,12 +14,12 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup .NET
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: 5.0.x
+ dotnet-version: 8.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --no-restore
+ run: dotnet build --no-restore -tl
24
- name: Test
25
run: dotnet test --no-build --verbosity normal
0 commit comments