From 1c5e2b5f735734ebc1411b89c1bd466c02a80f8d Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 12 Sep 2017 09:02:57 +0200 Subject: [PATCH] No need for UmbracoBuild=True - the build scripts already manually build Belle once, this would just cause it to run again during MSBuild --- build/Modules/Umbraco.Build/Umbraco.Build.psm1 | 6 ------ src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 7 ++----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/build/Modules/Umbraco.Build/Umbraco.Build.psm1 b/build/Modules/Umbraco.Build/Umbraco.Build.psm1 index 32803ae8f0..f0c0c24d7c 100644 --- a/build/Modules/Umbraco.Build/Umbraco.Build.psm1 +++ b/build/Modules/Umbraco.Build/Umbraco.Build.psm1 @@ -205,10 +205,7 @@ function Compile-Umbraco /p:Verbosity=minimal ` /t:Clean`;Rebuild ` /tv:$toolsVersion ` - /p:UmbracoBuild=True ` > $tmp\msbuild.umbraco.log - - # /p:UmbracoBuild tells the csproj that we are building from PS } # @@ -289,11 +286,8 @@ function Compile-Tests /p:Verbosity=minimal ` /t:Build ` /tv:$toolsVersion ` - /p:UmbracoBuild=True ` /p:NugetPackages=$src\packages ` > $tmp\msbuild.tests.log - - # /p:UmbracoBuild tells the csproj that we are building from PS } # diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 28067e5588..842ab8ded2 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -2428,14 +2428,11 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\" - - - - + - +