From 4eee6b77a0e44efd63b8cea86b43af30fd50fcf1 Mon Sep 17 00:00:00 2001 From: David Staheli Date: Wed, 14 Dec 2016 09:14:26 -0500 Subject: [PATCH] Use sprint version on tasks that changed this sprint --- .../ANT/Strings/resources.resjson/en-US/resources.resjson | 8 ++++++++ Tasks/ANT/task.json | 4 ++-- Tasks/ANT/task.loc.json | 4 ++-- Tasks/ExtractFiles/task.json | 4 ++-- Tasks/ExtractFiles/task.loc.json | 4 ++-- Tasks/FtpUpload/task.json | 4 ++-- Tasks/FtpUpload/task.loc.json | 4 ++-- Tasks/JenkinsQueueJob/task.json | 4 ++-- Tasks/JenkinsQueueJob/task.loc.json | 4 ++-- 9 files changed, 24 insertions(+), 16 deletions(-) diff --git a/Tasks/ANT/Strings/resources.resjson/en-US/resources.resjson b/Tasks/ANT/Strings/resources.resjson/en-US/resources.resjson index 08b874a3da72..cc192b2b52c9 100644 --- a/Tasks/ANT/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/ANT/Strings/resources.resjson/en-US/resources.resjson @@ -17,6 +17,14 @@ "loc.input.help.testResultsFiles": "Test results files path. Wildcards can be used. For example, `**/TEST-*.xml` for all XML files whose name starts with TEST-.", "loc.input.label.testRunTitle": "Test Run Title", "loc.input.help.testRunTitle": "Provide a name for the test run.", + "loc.input.label.codeCoverageTool": "Code Coverage Tool", + "loc.input.help.codeCoverageTool": "Select the code coverage tool. For on-premises agent support, refer to the `More Information` link below.", + "loc.input.label.classFilesDirectories": "Class Files Directories", + "loc.input.help.classFilesDirectories": "Comma-separated list of relative paths from the Ant build file to directories containing class files and archive files (JAR, WAR, etc.). Code coverage is reported for class files in these directories. For example: target/classes,target/testClasses.", + "loc.input.label.classFilter": "Class Inclusion/Exclusion Filters", + "loc.input.help.classFilter": "Comma-separated list of filters to include or exclude classes from collecting code coverage. For example: +:com.*,+:org.*,-:my.app*.*.", + "loc.input.label.srcDirectories": "Source Files Directories", + "loc.input.help.srcDirectories": "Comma-separated list of relative paths from the Ant build file to source code directories. Code coverage reports will use these to highlight source code. For example: src/java,src/Test.", "loc.input.label.antHomeUserInputPath": "Set ANT_HOME Path", "loc.input.help.antHomeUserInputPath": "If set, overrides any existing ANT_HOME environment variable with the given path.", "loc.input.label.javaHomeSelection": "Set JAVA_HOME by", diff --git a/Tasks/ANT/task.json b/Tasks/ANT/task.json index e591c9d29b15..a351116c0d39 100644 --- a/Tasks/ANT/task.json +++ b/Tasks/ANT/task.json @@ -16,8 +16,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 0, - "Patch": 60 + "Minor": 111, + "Patch": 0 }, "demands": [ "ant" diff --git a/Tasks/ANT/task.loc.json b/Tasks/ANT/task.loc.json index d9e020cf7b83..de96216e0abf 100644 --- a/Tasks/ANT/task.loc.json +++ b/Tasks/ANT/task.loc.json @@ -16,8 +16,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 0, - "Patch": 60 + "Minor": 111, + "Patch": 0 }, "demands": [ "ant" diff --git a/Tasks/ExtractFiles/task.json b/Tasks/ExtractFiles/task.json index 706af49b874d..cc461cebb4ba 100644 --- a/Tasks/ExtractFiles/task.json +++ b/Tasks/ExtractFiles/task.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 0, - "Patch": 9 + "Minor": 111, + "Patch": 0 }, "instanceNameFormat": "Extract files $(message)", "inputs": [ diff --git a/Tasks/ExtractFiles/task.loc.json b/Tasks/ExtractFiles/task.loc.json index 0fc2872a6691..b5234f7b213c 100644 --- a/Tasks/ExtractFiles/task.loc.json +++ b/Tasks/ExtractFiles/task.loc.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 0, - "Patch": 9 + "Minor": 111, + "Patch": 0 }, "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "inputs": [ diff --git a/Tasks/FtpUpload/task.json b/Tasks/FtpUpload/task.json index 0462d847aeab..c20af1c7c463 100644 --- a/Tasks/FtpUpload/task.json +++ b/Tasks/FtpUpload/task.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 0, - "Patch": 6 + "Minor": 111, + "Patch": 0 }, "instanceNameFormat": "FTP Upload: $(rootFolder)", "groups": [ diff --git a/Tasks/FtpUpload/task.loc.json b/Tasks/FtpUpload/task.loc.json index 5244a8be40e0..01674b4f9ec9 100644 --- a/Tasks/FtpUpload/task.loc.json +++ b/Tasks/FtpUpload/task.loc.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 0, - "Patch": 6 + "Minor": 111, + "Patch": 0 }, "instanceNameFormat": "ms-resource:loc.instanceNameFormat", "groups": [ diff --git a/Tasks/JenkinsQueueJob/task.json b/Tasks/JenkinsQueueJob/task.json index 336f78983a81..604e027721da 100644 --- a/Tasks/JenkinsQueueJob/task.json +++ b/Tasks/JenkinsQueueJob/task.json @@ -13,8 +13,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 1, - "Patch": 7 + "Minor": 111, + "Patch": 0 }, "groups": [ { diff --git a/Tasks/JenkinsQueueJob/task.loc.json b/Tasks/JenkinsQueueJob/task.loc.json index b19103f3eb2c..6f23a3bc7d6f 100644 --- a/Tasks/JenkinsQueueJob/task.loc.json +++ b/Tasks/JenkinsQueueJob/task.loc.json @@ -13,8 +13,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 1, - "Patch": 7 + "Minor": 111, + "Patch": 0 }, "groups": [ {