From 69bbed7273ec49dd5eaddbb760ec6865c0a86856 Mon Sep 17 00:00:00 2001 From: ericsciple Date: Wed, 17 May 2017 11:20:50 -0400 Subject: [PATCH] Update match pattern verbiage (#4334) --- .../Strings/resources.resjson/en-US/resources.resjson | 4 ++-- Tasks/CopyFiles/task.json | 8 ++++---- Tasks/CopyFiles/task.loc.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/CopyFiles/Strings/resources.resjson/en-US/resources.resjson b/Tasks/CopyFiles/Strings/resources.resjson/en-US/resources.resjson index 608281713ea8..88af32251ab9 100644 --- a/Tasks/CopyFiles/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/CopyFiles/Strings/resources.resjson/en-US/resources.resjson @@ -1,14 +1,14 @@ { "loc.friendlyName": "Copy Files", "loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?LinkID=708389)", - "loc.description": "Copy files from source folder to target folder using minimatch patterns (The minimatch patterns will only match file paths, not folder paths)", + "loc.description": "Copy files from source folder to target folder using match patterns (The match patterns will only match file paths, not folder paths)", "loc.instanceNameFormat": "Copy Files to: $(TargetFolder)", "loc.releaseNotes": "Match pattern consistency.", "loc.group.displayName.advanced": "Advanced", "loc.input.label.SourceFolder": "Source Folder", "loc.input.help.SourceFolder": "The source folder that the copy pattern(s) will be run from. Empty is the root of the repo. Use [variables](https://go.microsoft.com/fwlink/?LinkID=550988) if files are not in the repo. Example: $(agent.builddirectory)", "loc.input.label.Contents": "Contents", - "loc.input.help.Contents": "File paths to include as part of the copy. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkID=708389)", + "loc.input.help.Contents": "File paths to include as part of the copy. Supports multiple lines of match patterns. [More Information](https://go.microsoft.com/fwlink/?LinkID=708389)", "loc.input.label.TargetFolder": "Target Folder", "loc.input.help.TargetFolder": "Target folder or UNC path files will copy to. You can use [variables](http://go.microsoft.com/fwlink/?LinkID=550988). Example: $(build.artifactstagingdirectory)", "loc.input.label.CleanTargetFolder": "Clean Target Folder", diff --git a/Tasks/CopyFiles/task.json b/Tasks/CopyFiles/task.json index 2a8415e524b7..74eb62457e1a 100644 --- a/Tasks/CopyFiles/task.json +++ b/Tasks/CopyFiles/task.json @@ -2,7 +2,7 @@ "id": "5BFB729A-A7C8-4A78-A7C3-8D717BB7C13C", "name": "CopyFiles", "friendlyName": "Copy Files", - "description": "Copy files from source folder to target folder using minimatch patterns (The minimatch patterns will only match file paths, not folder paths)", + "description": "Copy files from source folder to target folder using match patterns (The match patterns will only match file paths, not folder paths)", "helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?LinkID=708389)", "category": "Utility", "visibility": [ @@ -15,8 +15,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 113, - "Patch": 1 + "Minor": 117, + "Patch": 0 }, "releaseNotes": "Match pattern consistency.", "demands": [], @@ -43,7 +43,7 @@ "label": "Contents", "defaultValue": "**", "required": true, - "helpMarkDown": "File paths to include as part of the copy. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkID=708389)" + "helpMarkDown": "File paths to include as part of the copy. Supports multiple lines of match patterns. [More Information](https://go.microsoft.com/fwlink/?LinkID=708389)" }, { "name": "TargetFolder", diff --git a/Tasks/CopyFiles/task.loc.json b/Tasks/CopyFiles/task.loc.json index 84327c29b973..fbd5e952eb44 100644 --- a/Tasks/CopyFiles/task.loc.json +++ b/Tasks/CopyFiles/task.loc.json @@ -15,8 +15,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 113, - "Patch": 1 + "Minor": 117, + "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", "demands": [],