Skip to content

Commit ce39ec2

Browse files
author
Claus
committed
update script..
1 parent 0bd905f commit ce39ec2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/RunBuild.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SET version=%release%
1919
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)
2020
ECHO Building UmbracoDeploy.Contrib %version%
2121

22-
.\tools\nuget.exe restore .\..\src\Umbraco.Deploy.Contrib.sln
22+
tools\nuget.exe restore .\..\src\Umbraco.Deploy.Contrib.sln
2323

2424
RMDIR _BuildOutput /s /q
2525
DEL UmbracoDeploy.Contrib.*.zip /q
@@ -45,8 +45,10 @@ if exist "%programfiles(x86)%\Microsoft Visual Studio\2017\BuildTools\MSBuild\15
4545
ECHO MSBUILD is here %MSBUILDPath%
4646
%MSBUILDPath% "Build.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment%
4747

48+
DEL .7z /q
49+
4850
ECHO Packing the NuGet release files
49-
.\tools\NuGet.exe Pack NuSpecs\UmbracoDeploy.Contrib.nuspec -Version %version% -Verbosity quiet
51+
tools\NuGet.exe Pack NuSpecs\UmbracoDeploy.Contrib.nuspec -Version %version% -Verbosity quiet
5052

5153
if %errorlevel% neq 0 exit /b %errorlevel%
5254

0 commit comments

Comments
 (0)