Skip to content

Commit

Permalink
typo in pester.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Jun 23, 2024
1 parent 934ef6b commit d947183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ProjectBuilder/Pester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public string[] GetTestArgs(Version version)
watchFolder,
"--target", pwsh,
"--targetargs", targetArgs,
"--output", ResultFile!,
"--output", Path.Combine(ResultPath, "Coverage.xml"),
"--format", "cobertura"
]);

Expand Down

0 comments on commit d947183

Please sign in to comment.