Skip to content

Commit 39867e7

Browse files
Had a condition the wrong way
1 parent e46ae24 commit 39867e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClassExplorer.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ task GetProjectInfo {
103103
}
104104

105105
task AssertDotNet {
106-
$script:dotnet = & $GetDotNet -Unix:$script:_IsWindows
106+
$script:dotnet = & $GetDotNet -Unix:(-not $script:_IsWindows)
107107
}
108108

109109
task AssertOpenCover -If { $GenerateCodeCoverage.IsPresent } {

0 commit comments

Comments
 (0)