Fix U4-1470 UmbracoVersion.Current.ToString(3) - Version string portion was too

short or too long.
This commit is contained in:
Sebastiaan Janssen
2013-01-15 09:13:48 -01:00
parent 6efb15fef8
commit 84635631cb
2 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ SET version=%release%
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj" /p:BUILD_NUMBER=%release% /p:BUILD_COMMENT=%comment%
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment%
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