Fix wrong path and don't include index.html in build

This commit is contained in:
Sebastiaan Janssen
2013-08-20 16:43:36 +02:00
parent e71fa681e6
commit 9b70c0fbbf
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@
<Target Name="CopyBelleBuild" DependsOnTargets="CopyLibraries" >
<ItemGroup>
<BelleFiles Include="..\src\Umbraco.Web.UI.Client\build\belle\**\*.*" />
<BelleFiles Include="..\src\Umbraco.Web.UI.Client\build\belle\**\*.*" Exclude="..\src\Umbraco.Web.UI.Client\build\belle\index.html" />
</ItemGroup>
<Copy SourceFiles="@(BelleFiles)"

View File

@@ -8,7 +8,7 @@
-->
<PropertyGroup Condition="$(BuildingInsideVisualStudio) != true">
<SolutionRootFolder>$(MSBuildStartupDirectory)\..\src\</SolutionRootFolder>
<SolutionRootFolder>$(ProjectDir)..\</SolutionRootFolder>
<ConfigEnvironment></ConfigEnvironment>
</PropertyGroup>