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 90c7c3b commit 9cb8b0aCopy full SHA for 9cb8b0a
.github/workflows/build.yml
@@ -74,6 +74,7 @@ jobs:
74
path: "./Artefacts"
75
- name: "Publish Test Summary"
76
uses: test-summary/action@v2
77
+ if: always()
78
with:
79
paths: "./Artefacts/*/*.xml"
80
build.cake
@@ -52,7 +52,7 @@ Task("Test")
52
Loggers = new string[]
53
{
54
$"trx;LogFilePrefix={project.GetFilenameWithoutExtension()}",
55
- $"junit;LogFilePrefix={project.GetFilenameWithoutExtension()}",
+ $"junit;LogFileName={project.GetFilenameWithoutExtension()}_{{framework}}.xml",
56
$"html;LogFilePrefix={project.GetFilenameWithoutExtension()}",
57
},
58
NoBuild = true,
0 commit comments