Skip to content

Commit 909a846

Browse files
puagarwaprawalagarwal
authored andcommitted
Update Vstest and Publish test for telemetry (#1) (#10051)
* Update task.json * Update task.loc.json * Update make.json * Update make.json * Update task.json * Update task.loc.json
1 parent a0c0ecd commit 909a846

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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/8630481/PublishTestResults.zip",
5+
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/9184478/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": 149,
17-
"Patch": 2
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": 149,
17-
"Patch": 2
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/8959293/TestAgent.zip",
9+
"url": "https://testexecution.blob.core.windows.net/testexecution/9184478/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": 149,
21-
"Patch": 6
21+
"Patch": 7
2222
},
2323
"demands": [
2424
"vstest"

Tasks/VsTestV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 149,
21-
"Patch": 6
21+
"Patch": 7
2222
},
2323
"demands": [
2424
"vstest"
@@ -620,4 +620,4 @@
620620
"diagnosticsInput": "ms-resource:loc.messages.diagnosticsInput",
621621
"UncPathNotSupported": "ms-resource:loc.messages.UncPathNotSupported"
622622
}
623-
}
623+
}

0 commit comments

Comments
 (0)