From fac22ab460975f223d92d9023905cd637d10762a Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 8 Jan 2024 20:18:57 +0100 Subject: [PATCH] update GithubActions test logger --- build/scripts/Targets.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/Targets.fs b/build/scripts/Targets.fs index 33c99a1..1f8281c 100644 --- a/build/scripts/Targets.fs +++ b/build/scripts/Targets.fs @@ -45,7 +45,7 @@ let private test _ = let junitOutput = Path.Combine(testOutputPath.FullName, "junit-{assembly}-{framework}-test-results.xml") let loggerPathArgs = $"LogFilePath=%s{junitOutput}" let loggerArg = $"--logger:\"junit;%s{loggerPathArgs}\"" - let githubActionsLogger = $"--logger:\"GitHubActions:summary.includePassedTests\"" + let githubActionsLogger = $"--logger:\"GitHubActions;summary.includePassedTests=true\"" let tfmArgs = if OS.Current = OS.Windows then [] else ["-f"; "net8.0"] exec { run "dotnet" (