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

updated ptr version to 2.229.0 #19015

Merged
merged 3 commits into from
Sep 26, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"loc.input.help.mergeTestResults": "A test run is created for each results file. Check this option to merge results into a single test run. To optimize for better performance, results will be merged into a single run if there are more than 100 result files, irrespective of this option.",
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
"loc.input.help.failTaskOnFailedTests": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files.",
"loc.input.label.failTaskOnMissingResultsFile": "ms-resource:loc.input.label.failTaskOnMissingResultsFile",
"loc.input.help.failTaskOnMissingResultsFile": "ms-resource:loc.input.help.failTaskOnMissingResultsFile",
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
"loc.input.label.testRunTitle": "Test run title",
"loc.input.help.testRunTitle": "Provide a name for the Test Run.",
"loc.input.label.platform": "Build Platform",
Expand Down
18 changes: 9 additions & 9 deletions Tasks/PublishTestResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 228,
"Minor": 229,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -81,14 +81,14 @@
"required": false,
"helpMarkDown": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files."
},
{
"name": "failTaskOnMissingResultsFile",
"type": "boolean",
"label": "ms-resource:loc.input.label.failTaskOnMissingResultsFile",
"defaultValue": false,
"required": false,
"helpMarkDown": "ms-resource:loc.input.help.failTaskOnMissingResultsFile"
},
{
"name": "failTaskOnMissingResultsFile",
"type": "boolean",
"label": "Fail if no result files are found",
"defaultValue": false,
"required": false,
"helpMarkDown": "Fail the task if no result files are found."
},
{
"name": "testRunTitle",
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishTestResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 228,
"Minor": 229,
"Patch": 0
},
"demands": [],
Expand Down