Print path to TRX file (#54)

This commit is contained in:
Patrick Stevens
2024-06-10 12:16:16 +01:00
committed by GitHub
parent 3866823ccd
commit 78f51d127c

View File

@@ -401,6 +401,7 @@ module Program =
let contents = TrxReport.toXml report |> fun d -> d.OuterXml
trxPath.Directory.Create ()
File.WriteAllText (trxPath.FullName, contents)
Console.Error.WriteLine $"Written TRX file: %s{trxPath.FullName}"
| None -> ()
match outcome with