File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SET version=%release%
19
19
IF [%comment% ] EQU [] (SET version=%release% ) ELSE (SET version=%release% -%comment% )
20
20
ECHO Building UmbracoDeploy.Contrib %version%
21
21
22
- .\ tools\nuget.exe restore .\..\src\Umbraco.Deploy.Contrib.sln
22
+ tools\nuget.exe restore .\..\src\Umbraco.Deploy.Contrib.sln
23
23
24
24
RMDIR _BuildOutput /s /q
25
25
DEL UmbracoDeploy.Contrib.*.zip /q
@@ -45,8 +45,10 @@ if exist "%programfiles(x86)%\Microsoft Visual Studio\2017\BuildTools\MSBuild\15
45
45
ECHO MSBUILD is here %MSBUILDPath%
46
46
%MSBUILDPath% " Build.proj" /p:BUILD_RELEASE=%release% /p:BUILD_COMMENT=%comment%
47
47
48
+ DEL .7z /q
49
+
48
50
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
50
52
51
53
if %errorlevel% neq 0 exit /b %errorlevel%
52
54
You can’t perform that action at this time.
0 commit comments