We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1b9b commit a395e8fCopy full SHA for a395e8f
.github/workflows/github-actions-ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
dotnet test PosInformatique.Foundations.slnx \
37
--configuration Release \
38
--no-build \
39
- --logger "trx;LogFileName=test_results.trx" \
+ --logger "trx" \
40
--results-directory ./TestResults \
41
--collect "XPlat Code Coverage" \
42
--framework net8.0
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
--framework net9.0
0 commit comments