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
This commit is contained in:
Sebastiaan Janssen
2015-01-07 11:28:23 +01:00
parent 76ab09bfc8
commit 4c5cc93a67

View File

@@ -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)
{