From 4c5cc93a67de8332036de2e190397b79fb01533a Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 7 Jan 2015 11:28:23 +0100 Subject: [PATCH] U4-6052 Umbraco 7.2.1 web app installed with Nuget fails at start with error :"Cannot create an MVC Area path without the umbracoPath specified" #U4-6052 In Progress --- build/NuSpecs/tools/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {