Skip to content

Commit 9301eee

Browse files
committed
Use normal 7z compression
Benchmarks: total size: 1.74 GB method/time/final_size ultra 2:19 494MB maximum 1:52 511MB normal 1:12 528MB fast 0:40 604MB fastest 0:32 658MB
1 parent 932726b commit 9301eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/templates/zip-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
inputs:
1616
rootFolderOrFile: ${{artifact.path}}
1717
archiveType: 7z
18-
sevenZipCompression: ultra
18+
sevenZipCompression: normal
1919
archiveFile: ${{artifact.archiveDir}}/${{artifact.archiveFileName}}
2020
replaceExistingArchive: true
2121
displayName: Compress ${{artifact.path}}

0 commit comments

Comments
 (0)