File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 96
96
97
97
<Target Name =" Zip" DependsOnTargets =" CopyFiles" >
98
98
<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" />
101
101
</Target >
102
102
103
103
<Target Name =" Build" DependsOnTargets =" Zip" >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ECHO Building UmbracoDeploy.Contrib %version%
23
23
24
24
RMDIR _BuildOutput /s /q
25
25
DEL UmbracoDeploy.Contrib.*.zip /q
26
- DEL *.nupkg /q
26
+ DEL UmbracoDeploy.Contrib. *.nupkg /q
27
27
28
28
ECHO ################################################################
29
29
ECHO Building Umbraco Deploy Contrib
@@ -45,8 +45,6 @@ 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
-
50
48
ECHO Packing the NuGet release files
51
49
.\tools\NuGet.exe Pack NuSpecs\UmbracoDeploy.Contrib.nuspec -Version %version% -Verbosity quiet
52
50
You can’t perform that action at this time.
0 commit comments