Skip to content

Commit e80c1aa

Browse files
committed
t
1 parent c3646ed commit e80c1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests-selected.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
foreach($i in 1..$iterationCount) {
7777
Write-Output ('##[group]Executing Iteration: {0}/${{ inputs.iteration_count }}' -f $i)
7878
79-
dotnet test -c Release --framework ${{ inputs.framework }} --filter ${{ inputs.filter }} -tl:off --no-build --logger "console;verbosity=normal"
79+
dotnet test -c Release --framework ${{ inputs.framework }} --filter ${{ inputs.filter }} -tl:off --no-build --logger "console;verbosity=normal" --diag:diag.log
8080
8181
Write-Output '##[endgroup]'
8282
}
@@ -90,3 +90,4 @@ jobs:
9090
if-no-files-found: ignore
9191
path: |
9292
artifacts/**/*
93+
**/diag.log

0 commit comments

Comments
 (0)