Skip to content

Commit ef000bb

Browse files
updated ptrv2 version from 2.216.1 to 2.216.2 (#17659)
* Update task.json * Update task.loc.json * Update make.json
1 parent 4ea76ff commit ef000bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/PublishTestResultsV2/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"externals": {
33
"archivePackages": [
44
{
5-
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/19106158/PublishTestResults.zip",
5+
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/17913981/PublishTestResults.zip",
66
"dest": "./"
77
}
88
]

Tasks/PublishTestResultsV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 216,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
@@ -139,4 +139,4 @@
139139
"ErrorTestResultsPublisher": "Error while executing TestResultsPublisher: %s.",
140140
"ErrorFailTaskOnFailedTests": "There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab."
141141
}
142-
}
142+
}

Tasks/PublishTestResultsV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 216,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -139,4 +139,4 @@
139139
"ErrorTestResultsPublisher": "ms-resource:loc.messages.ErrorTestResultsPublisher",
140140
"ErrorFailTaskOnFailedTests": "ms-resource:loc.messages.ErrorFailTaskOnFailedTests"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)