Skip to content

Commit 78e2b62

Browse files
tanu-shree136prawalagarwal
authored andcommitted
Task update for VsTestV2 and PublishTestResultsV2 (#9086)
* updating ptr task.json * updating ptr task.loc.json * Update task.json * Update task.loc.json * Update make.json * Update make.json
1 parent 04cc35c commit 78e2b62

File tree

6 files changed

+10
-10
lines changed

6 files changed

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

Tasks/PublishTestResultsV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 144,
16-
"Patch": 2
15+
"Minor": 145,
16+
"Patch": 0
1717
},
1818
"demands": [],
1919
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",

Tasks/PublishTestResultsV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 144,
16-
"Patch": 2
15+
"Minor": 145,
16+
"Patch": 0
1717
},
1818
"demands": [],
1919
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -133,4 +133,4 @@
133133
"ErrorTestResultsPublisher": "ms-resource:loc.messages.ErrorTestResultsPublisher",
134134
"ErrorFailTaskOnFailedTests": "ms-resource:loc.messages.ErrorFailTaskOnFailedTests"
135135
}
136-
}
136+
}

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/7841796/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/7986792/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
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 145,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"vstest"

Tasks/VsTestV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 145,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"demands": [
2323
"vstest"
@@ -618,4 +618,4 @@
618618
"diagnosticsInput": "ms-resource:loc.messages.diagnosticsInput",
619619
"UncPathNotSupported": "ms-resource:loc.messages.UncPathNotSupported"
620620
}
621-
}
621+
}

0 commit comments

Comments
 (0)