From 85012ee82a9ee6fe2d32ae895f6a39be8a81f1c3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 9 May 2014 09:16:51 +0200 Subject: [PATCH] Renaming files that don't exist led to the NuGet package not being created correctly somehow --- build/Build.bat | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index 2fc0dc79c8..b1273d8fcf 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -30,14 +30,13 @@ echo This file is only here so that the containing folder will be included in th 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\Views\Partials\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\Views\MacroPartials\dummy.txt -ECHO Adding Web.config transform files to the NuGet package -ren .\_BuildOutput\WebApp\MacroScripts\Web.config Web.config.transform -ren .\_BuildOutput\WebApp\Views\Web.config Web.config.transform -ren .\_BuildOutput\WebApp\Xslt\Web.config Web.config.transform +REM ECHO Adding Web.config transform files to the NuGet package +REM ren .\_BuildOutput\WebApp\MacroScripts\Web.config Web.config.transform +REM ren .\_BuildOutput\WebApp\Views\Web.config Web.config.transform +REM ren .\_BuildOutput\WebApp\Xslt\Web.config Web.config.transform ECHO Packing the NuGet release files ..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoCms.Core.nuspec -Version %version% -..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoCms.Core.Symbols.nuspec -Symbols -Version %version% ..\src\.nuget\NuGet.exe Pack NuSpecs\UmbracoCms.nuspec -Version %version% IF ERRORLEVEL 1 GOTO :showerror