Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sprint version on tasks that changed this sprint #3257

Merged
merged 1 commit into from
Dec 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Tasks/ANT/Strings/resources.resjson/en-US/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ANT/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 60
"Minor": 111,
"Patch": 0
},
"demands": [
"ant"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ANT/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 60
"Minor": 111,
"Patch": 0
},
"demands": [
"ant"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ExtractFiles/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Minor": 111,
"Patch": 0
},
"instanceNameFormat": "Extract files $(message)",
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/ExtractFiles/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Minor": 111,
"Patch": 0
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/FtpUpload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Minor": 111,
"Patch": 0
},
"instanceNameFormat": "FTP Upload: $(rootFolder)",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/FtpUpload/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 0,
"Patch": 6
"Minor": 111,
"Patch": 0
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/JenkinsQueueJob/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 1,
"Patch": 7
"Minor": 111,
"Patch": 0
},
"groups": [
{
Expand Down
4 changes: 2 additions & 2 deletions Tasks/JenkinsQueueJob/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 1,
"Patch": 7
"Minor": 111,
"Patch": 0
},
"groups": [
{
Expand Down