We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2b0dd commit 95fbe75Copy full SHA for 95fbe75
build.cake
@@ -75,6 +75,9 @@ Task("Test")
75
NoRestore = true,
76
ResultsDirectory = artefactsDirectory,
77
});
78
+ // Workaround the test-summary GitHub Action not being able to handle empty JUnit test result XML files.
79
+ // https://github.com/test-summary/action/issues/19
80
+ DeleteFiles($"./**/{project.GetFilenameWithoutExtension()}_NETFramework472.xml");
81
82
83
Task("Pack")
0 commit comments