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\"
-
-
-
-
+
-
+