Skip to content

Commit 453e81f

Browse files
author
Claus
committed
updating script again..
1 parent 3dd59b3 commit 453e81f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build/Build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696

9797
<Target Name="Zip" DependsOnTargets="CopyFiles">
9898
<Message Text="Starting to zip to $(BuildDeployPackageFileName)" Importance="high" />
99-
<Exec Command="tools\7za.exe a -r %22$(BuildFolder)..\$(BuildDeployPackageFileName)%22 %22$(DeployFolderAbsolutePath)*%22" />
100-
<Message Text="Finished zipping to build\$(BuildDeployPackageFileName)" Importance="high" />
99+
<Exec Command="tools\7za.exe a -r %22$(BuildFolder)..\$(BuildPackageFileName)%22 %22$(DeployFolderAbsolutePath)*%22" />
100+
<Message Text="Finished zipping to build\$(BuildPackageFileName)" Importance="high" />
101101
</Target>
102102

103103
<Target Name="Build" DependsOnTargets="Zip">

build/RunBuild.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ECHO Building UmbracoDeploy.Contrib %version%
2323

2424
RMDIR _BuildOutput /s /q
2525
DEL UmbracoDeploy.Contrib.*.zip /q
26-
DEL *.nupkg /q
26+
DEL UmbracoDeploy.Contrib.*.nupkg /q
2727

2828
ECHO ################################################################
2929
ECHO Building Umbraco Deploy Contrib
@@ -45,8 +45,6 @@ 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-
5048
ECHO Packing the NuGet release files
5149
.\tools\NuGet.exe Pack NuSpecs\UmbracoDeploy.Contrib.nuspec -Version %version% -Verbosity quiet
5250

0 commit comments

Comments
 (0)