diff --git a/build/NuSpecs/tools/install.ps1 b/build/NuSpecs/tools/install.ps1 index aaba10d364..0a0cd3c1eb 100644 --- a/build/NuSpecs/tools/install.ps1 +++ b/build/NuSpecs/tools/install.ps1 @@ -3,7 +3,7 @@ param($rootPath, $toolsPath, $package, $project) if ($project) { # Copy umbraco files from package to project folder $projectDestinationPath = Split-Path $project.FullName -Parent - $umbracoFilesPath = Join-Path $rootPath "UmbracoFiles\*" + $umbracoFilesPath = Join-Path $rootPath "UmbracoFiles\Web.config" Copy-Item $umbracoFilesPath $projectDestinationPath -recurse -force # Open readme.txt file