We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924fbc8 commit 36f318cCopy full SHA for 36f318c
.github/workflows/NUnitConsoleAndEngine.CI.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet tool restore
37
38
- name: 🔨 Build and Test
39
- run: dotnet tool run dotnet-cake --target=Test --test-run-name=Windows --configuration=Release
+ run: dotnet tool run dotnet-cake --verbosity=diagnostic --target=Test --test-run-name=Windows --configuration=Release
40
41
- name: 📦 Package
42
run: dotnet tool run dotnet-cake --target=Package
0 commit comments