From 5549c446f77260a6a081fcb92f6b024f50eb590b Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 15 Jul 2021 15:20:49 -0600 Subject: [PATCH] try to fix build --- build/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index c998412744..b800d45fa3 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -366,9 +366,9 @@ $ubuild.DefineMethod("PrepareBuild", { - $this.TempStoreFile("$($this.SolutionRoot)\src\Umbraco.Web.UI\web.config") - Write-Host "Create clean web.config" - $this.CopyFile("$($this.SolutionRoot)\src\Umbraco.Web.UI\web.Template.config", "$($this.SolutionRoot)\src\Umbraco.Web.UI\web.config") + # $this.TempStoreFile("$($this.SolutionRoot)\src\Umbraco.Web.UI\web.config") + # Write-Host "Create clean web.config" + # $this.CopyFile("$($this.SolutionRoot)\src\Umbraco.Web.UI\web.Template.config", "$($this.SolutionRoot)\src\Umbraco.Web.UI\web.config") Write-host "Set environment" $env:UMBRACO_VERSION=$this.Version.Semver.ToString()