Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke authored May 9, 2022
1 parent ba1ea99 commit 62c8451
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 302 deletions.
4 changes: 2 additions & 2 deletions ContinuousIntegration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ $pesterResults = Invoke-Pester -Output Detailed -PassThru

$os = if($IsWindows) {
"windows"
} elseif($IsLinux) {
"linux"
} elseif ($IsMacOS) {
"macos"
} elseif($IsLinux) {
"linux"
}

$pesterResults | Export-NUnitReport -Path "./pesterTestResults-$os.xml"
Expand Down
150 changes: 0 additions & 150 deletions pesterTestResults-Unix.xml

This file was deleted.

Loading

0 comments on commit 62c8451

Please sign in to comment.