Skip to content

Commit

Permalink
Fix Get-IsPatialBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Dec 4, 2023
1 parent 79f16fe commit e1bacb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Get-IsPatialBuild {

if (!$modifiedFiles) {
Write-Host "No files modified, building all projects"
return $true
return $false
}

if ($modifiedFiles.Count -ge 250) {
Expand Down

0 comments on commit e1bacb6

Please sign in to comment.