Skip to content

Commit

Permalink
Users/puagarwa/update task (#2)
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 Mar 1, 2019
1 parent 1bff60e commit 179b305
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/8568741/PublishTestResults.zip",
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/8630481/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": 149,
"Patch": 1
"Patch": 2
},
"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": 149,
"Patch": 1
"Patch": 2
},
"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/8571888/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/8630481/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": 149,
"Patch": 1
"Patch": 2
},
"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": 149,
"Patch": 1
"Patch": 2
},
"demands": [
"vstest"
Expand Down Expand Up @@ -620,4 +620,4 @@
"diagnosticsInput": "ms-resource:loc.messages.diagnosticsInput",
"UncPathNotSupported": "ms-resource:loc.messages.UncPathNotSupported"
}
}
}

0 comments on commit 179b305

Please sign in to comment.