Skip to content

Commit

Permalink
U4-6052 Umbraco 7.2.1 web app installed with Nuget fails at start wit…
Browse files Browse the repository at this point in the history
…h error :"Cannot create an MVC Area path without the umbracoPath specified"

#U4-6052 In Progress
  • Loading branch information
nul800sebastiaan committed Jan 7, 2015
1 parent 76ab09b commit 4c5cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/NuSpecs/tools/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4c5cc93

Please sign in to comment.