From 0883f621f6cb04046de5d6cef72645497bbafb55 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 11 Jan 2013 09:24:47 -0100 Subject: [PATCH 1/2] Update NuGet and making automation better for the dummy files --- build/Build.NuGet.bat | 11 +++++++++++ build/NuSpecs/UmbracoCms.Core.nuspec | 3 ++- build/NuSpecs/UmbracoCms.nuspec | 7 +++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/build/Build.NuGet.bat b/build/Build.NuGet.bat index affbf39bd3..ec8c5fffe6 100644 --- a/build/Build.NuGet.bat +++ b/build/Build.NuGet.bat @@ -1,3 +1,14 @@ +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\App_Code\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\App_Data\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\App_Plugins\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\css\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\macroScripts\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\masterpages\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\media\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\scripts\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\usercontrols\dummy.txt +echo This file is only here so that the containing folder will be included in the NuGet package, it is safe to delete. > .\_BuildOutput\WebApp\xslt\dummy.txt + NuGet.exe pack NuSpecs\UmbracoCms.Core.nuspec NuGet.exe pack NuSpecs\UmbracoCms.nuspec REM pause \ No newline at end of file diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 0597d6ce9f..1c667b6b34 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -2,7 +2,7 @@ UmbracoCms.Core - 4.11.2 + 4.11.2.2 Umbraco Cms Core Binaries Morten Christensen Umbraco HQ @@ -26,6 +26,7 @@ + diff --git a/build/NuSpecs/UmbracoCms.nuspec b/build/NuSpecs/UmbracoCms.nuspec index 193dbefd6f..ffe0cab1da 100644 --- a/build/NuSpecs/UmbracoCms.nuspec +++ b/build/NuSpecs/UmbracoCms.nuspec @@ -2,7 +2,7 @@ UmbracoCms - 4.11.2 + 4.11.2.2 Umbraco Cms Morten Christensen Umbraco HQ @@ -15,7 +15,7 @@ en-US umbraco - + @@ -27,16 +27,19 @@ + + + From 30c11439e4b55e8b64613856656214fb3411d71b Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 11 Jan 2013 09:34:55 -0100 Subject: [PATCH 2/2] Re-closing branch 4.11.2