Skip to content

Commit 3f35292

Browse files
authored
Reverting the publisher exe version (#12425)
* Downgrading the publisher exe blob version * Upgrading in the VsTEst and PTR to latest version.
1 parent 14c307b commit 3f35292

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/11361326/PublishTestResults.zip",
5+
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/11592793/PublishTestResults.zip",
66
"dest": "./"
77
}
88
]

Tasks/PublishTestResultsV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 165,
17-
"Patch": 1
17+
"Patch": 3
1818
},
1919
"demands": [],
2020
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",

Tasks/PublishTestResultsV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 165,
17-
"Patch": 1
17+
"Patch": 3
1818
},
1919
"demands": [],
2020
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/VsTestV2/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dest": "./"
77
},
88
{
9-
"url": "https://testexecution.blob.core.windows.net/testexecution/11510280/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/11592793/TestAgent.zip",
1010
"dest": "./Modules"
1111
},
1212
{

Tasks/VsTestV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 165,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"demands": [
2424
"vstest"

Tasks/VsTestV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 165,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"demands": [
2424
"vstest"

0 commit comments

Comments
 (0)