Skip to content

Commit

Permalink
Merge pull request #10131 from tanu-shree136/users/tashree/taskupdate151
Browse files Browse the repository at this point in the history
Telemetry reduction in PTR and handling fileNotFound
  • Loading branch information
navin22 authored Apr 16, 2019
2 parents 10a627e + 386c721 commit e6ea708
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Tasks/PublishTestResultsV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"externals": {
"archivePackages": [
{
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/9213569/PublishTestResults.zip",
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/9265029/PublishTestResults.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishTestResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 151,
"Patch": 0
"Patch": 1
},
"demands": [],
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/PublishTestResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 151,
"Patch": 0
"Patch": 1
},
"demands": [],
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down Expand Up @@ -135,4 +135,4 @@
"ErrorTestResultsPublisher": "ms-resource:loc.messages.ErrorTestResultsPublisher",
"ErrorFailTaskOnFailedTests": "ms-resource:loc.messages.ErrorFailTaskOnFailedTests"
}
}
}
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testexecution.blob.core.windows.net/testexecution/9239677/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/9265029/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 2,
"Minor": 151,
"Patch": 2
"Patch": 3
},
"demands": [
"vstest"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 2,
"Minor": 151,
"Patch": 2
"Patch": 3
},
"demands": [
"vstest"
Expand Down Expand Up @@ -622,4 +622,4 @@
"LookingForBuildToolsInstalltion": "ms-resource:loc.messages.LookingForBuildToolsInstalltion",
"LookingForVsInstalltion": "ms-resource:loc.messages.LookingForVsInstalltion"
}
}
}

0 comments on commit e6ea708

Please sign in to comment.