We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3646ed commit e80c1aaCopy full SHA for e80c1aa
.github/workflows/run-tests-selected.yaml
@@ -76,7 +76,7 @@ jobs:
76
foreach($i in 1..$iterationCount) {
77
Write-Output ('##[group]Executing Iteration: {0}/${{ inputs.iteration_count }}' -f $i)
78
79
- dotnet test -c Release --framework ${{ inputs.framework }} --filter ${{ inputs.filter }} -tl:off --no-build --logger "console;verbosity=normal"
+ dotnet test -c Release --framework ${{ inputs.framework }} --filter ${{ inputs.filter }} -tl:off --no-build --logger "console;verbosity=normal" --diag:diag.log
80
81
Write-Output '##[endgroup]'
82
}
@@ -90,3 +90,4 @@ jobs:
90
if-no-files-found: ignore
91
path: |
92
artifacts/**/*
93
+ **/diag.log
0 commit comments