We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798ee24 commit 77f3b3bCopy full SHA for 77f3b3b
1 file changed
.github/workflows/dotnet.yml
@@ -20,6 +20,6 @@ jobs:
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