Skip to content

Commit fa22fbc

Browse files
alexander-prozorovAlexander Prozorov
andauthored
Replace default value for the archiveFilePatterns input (#13610)
* changed default value for the archiveFilePatterns input * bump task version Co-authored-by: Alexander Prozorov <[email protected]>
1 parent af6ad25 commit fa22fbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/ExtractFilesV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 176,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"instanceNameFormat": "Extract files $(message)",
2525
"inputs": [
2626
{
2727
"name": "archiveFilePatterns",
2828
"type": "multiLine",
2929
"label": "Archive file patterns",
30-
"defaultValue": "*.zip",
30+
"defaultValue": "**/*.zip",
3131
"required": true,
3232
"helpMarkDown": "File paths or patterns of the archive files to extract. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkId=800269)",
3333
"properties": {

Tasks/ExtractFilesV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 176,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2525
"inputs": [
2626
{
2727
"name": "archiveFilePatterns",
2828
"type": "multiLine",
2929
"label": "ms-resource:loc.input.label.archiveFilePatterns",
30-
"defaultValue": "*.zip",
30+
"defaultValue": "**/*.zip",
3131
"required": true,
3232
"helpMarkDown": "ms-resource:loc.input.help.archiveFilePatterns",
3333
"properties": {

0 commit comments

Comments
 (0)