diff --git a/build/NuSpecs/tools/install.ps1 b/build/NuSpecs/tools/install.ps1 index 9c7fa57f82..5b9aee0dfb 100644 --- a/build/NuSpecs/tools/install.ps1 +++ b/build/NuSpecs/tools/install.ps1 @@ -118,7 +118,7 @@ if ($project) { $lines = $lastOperation -split "`r`n" - $installMatch = $lines | ? { $_.StartsWith("------- installing...umbracocms ") } | select -first 1 + $installMatch = $lines | ? { $_.Contains("...umbracocms ") } | select -first 1 if ($installMatch) {