Skip to content

Commit 77f3b3b

Browse files
add -tl
1 parent 798ee24 commit 77f3b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build --no-restore -tl
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)