From ad1473e52f66f45f7c72f6468989ef49e5a50708 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 27 Oct 2014 16:15:41 +0100 Subject: [PATCH] Fix some more config transforms --- build/NuSpecs/UmbracoCms.nuspec | 1 + build/NuSpecs/tools/Web.config.install.xdt | 52 ++++++++++++++----- .../tools/umbracoSettings.config.install.xdt | 8 +++ 3 files changed, 47 insertions(+), 14 deletions(-) create mode 100644 build/NuSpecs/tools/umbracoSettings.config.install.xdt diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 2c59361cc3..b4b264e463 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -45,6 +45,7 @@ + \ No newline at end of file diff --git a/build/NuSpecs/tools/Web.config.install.xdt b/build/NuSpecs/tools/Web.config.install.xdt index bca8d9c318..685153f930 100644 --- a/build/NuSpecs/tools/Web.config.install.xdt +++ b/build/NuSpecs/tools/Web.config.install.xdt @@ -5,7 +5,7 @@
- + @@ -15,12 +15,12 @@
- + - + - + @@ -44,15 +44,18 @@ - - - > - + + + > + - + + + @@ -69,7 +72,7 @@ - + @@ -78,7 +81,7 @@ - + @@ -95,14 +98,14 @@ - + - + @@ -112,7 +115,7 @@ - + @@ -124,6 +127,23 @@ + + + + + + + + + + + + + + + + + @@ -132,6 +152,10 @@ + + + + diff --git a/build/NuSpecs/tools/umbracoSettings.config.install.xdt b/build/NuSpecs/tools/umbracoSettings.config.install.xdt new file mode 100644 index 0000000000..a4725b835f --- /dev/null +++ b/build/NuSpecs/tools/umbracoSettings.config.install.xdt @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file