Skip to content

Commit

Permalink
[ArchiveFilesV2]Change default value for sevenZipCompression option (#…
Browse files Browse the repository at this point in the history
…14919)

* Fixed default value for sevenZipCompression option and bumped version

* bumped version in task.loc.json

Co-authored-by: Vladislav Ryzhov <[email protected]>
  • Loading branch information
vladislav-ryzhov and Vladislav Ryzhov authored Jun 3, 2021
1 parent 3d006dc commit f3f0c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tasks/ArchiveFilesV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 186,
"Minor": 188,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"type": "pickList",
"label": "7z compression",
"required": false,
"defaultValue": "5",
"defaultValue": "normal",
"helpMarkDown": "Optionally choose a compression level, or choose <b>`None`</b> to create an uncompressed 7z file.",
"groupName": "archive",
"visibleRule": "archiveType = 7z",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/ArchiveFilesV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 186,
"Minor": 188,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"type": "pickList",
"label": "ms-resource:loc.input.label.sevenZipCompression",
"required": false,
"defaultValue": "5",
"defaultValue": "normal",
"helpMarkDown": "ms-resource:loc.input.help.sevenZipCompression",
"groupName": "archive",
"visibleRule": "archiveType = 7z",
Expand Down Expand Up @@ -159,4 +159,4 @@
"ArchivingFile": "ms-resource:loc.messages.ArchivingFile",
"MoreFiles": "ms-resource:loc.messages.MoreFiles"
}
}
}

0 comments on commit f3f0c8a

Please sign in to comment.