Skip to content

Commit f3f0c8a

Browse files
vladislav-ryzhovVladislav Ryzhov
andauthored
[ArchiveFilesV2]Change default value for sevenZipCompression option (#14919)
* Fixed default value for sevenZipCompression option and bumped version * bumped version in task.loc.json Co-authored-by: Vladislav Ryzhov <[email protected]>
1 parent 3d006dc commit f3f0c8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tasks/ArchiveFilesV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimumAgentVersion": "2.182.1",
2020
"version": {
2121
"Major": 2,
22-
"Minor": 186,
22+
"Minor": 188,
2323
"Patch": 0
2424
},
2525
"groups": [
@@ -67,7 +67,7 @@
6767
"type": "pickList",
6868
"label": "7z compression",
6969
"required": false,
70-
"defaultValue": "5",
70+
"defaultValue": "normal",
7171
"helpMarkDown": "Optionally choose a compression level, or choose <b>`None`</b> to create an uncompressed 7z file.",
7272
"groupName": "archive",
7373
"visibleRule": "archiveType = 7z",

Tasks/ArchiveFilesV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimumAgentVersion": "2.182.1",
2020
"version": {
2121
"Major": 2,
22-
"Minor": 186,
22+
"Minor": 188,
2323
"Patch": 0
2424
},
2525
"groups": [
@@ -67,7 +67,7 @@
6767
"type": "pickList",
6868
"label": "ms-resource:loc.input.label.sevenZipCompression",
6969
"required": false,
70-
"defaultValue": "5",
70+
"defaultValue": "normal",
7171
"helpMarkDown": "ms-resource:loc.input.help.sevenZipCompression",
7272
"groupName": "archive",
7373
"visibleRule": "archiveType = 7z",
@@ -159,4 +159,4 @@
159159
"ArchivingFile": "ms-resource:loc.messages.ArchivingFile",
160160
"MoreFiles": "ms-resource:loc.messages.MoreFiles"
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)