You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/PublishTestResultsV2/Strings/resources.resjson/en-US/resources.resjson
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
"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.",
16
16
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
17
17
"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.",
18
+
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
19
+
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
18
20
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
19
21
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
Copy file name to clipboardExpand all lines: Tasks/PublishTestResultsV2/task.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
"author": "Microsoft Corporation",
14
14
"version": {
15
15
"Major": 2,
16
-
"Minor": 231,
17
-
"Patch": 1
16
+
"Minor": 232,
17
+
"Patch": 0
18
18
},
19
19
"demands": [],
20
20
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
@@ -81,6 +81,14 @@
81
81
"required": false,
82
82
"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."
83
83
},
84
+
{
85
+
"name": "failTaskOnFailureToPublishResults",
86
+
"type": "boolean",
87
+
"label": "Fail if there is failure in publishing test results",
88
+
"defaultValue": false,
89
+
"required": false,
90
+
"helpMarkDown": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially."
Copy file name to clipboardExpand all lines: _generated/PublishTestResultsV2_Node20/Strings/resources.resjson/en-US/resources.resjson
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
"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.",
16
16
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
17
17
"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.",
18
+
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
19
+
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
18
20
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
19
21
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
0 commit comments