Skip to content

Commit

Permalink
update vstest publish test m142 (#1) (#8590)
Browse files Browse the repository at this point in the history
* Update make.json

* Update task.json

* Update task.loc.json

* Update make.json

* Update task.json

* Update task.loc.json
  • Loading branch information
puagarwa authored and prawalagarwal committed Oct 15, 2018
1 parent 6b382dd commit b3461c0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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/7462943/PublishTestResults.zip",
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/7501188/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 @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 142,
"Patch": 2
"Patch": 3
},
"demands": [],
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishTestResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 142,
"Patch": 2
"Patch": 3
},
"demands": [],
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
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/7484219/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/7501188/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 @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 142,
"Patch": 9
"Patch": 10
},
"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 @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 142,
"Patch": 9
"Patch": 10
},
"demands": [
"vstest"
Expand Down Expand Up @@ -618,4 +618,4 @@
"diagnosticsInput": "ms-resource:loc.messages.diagnosticsInput",
"UncPathNotSupported": "ms-resource:loc.messages.UncPathNotSupported"
}
}
}

0 comments on commit b3461c0

Please sign in to comment.