Skip to content

Commit

Permalink
Users/puagarwa/update vstest task (#1) (#8898)
Browse files Browse the repository at this point in the history
* Update vstest task version

* 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 Nov 22, 2018
1 parent 7ec4709 commit 5050b83
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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/7595738/PublishTestResults.zip",
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/7808800/PublishTestResults.zip",
"dest": "./"
}
]
Expand Down
6 changes: 3 additions & 3 deletions Tasks/PublishTestResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 143,
"Patch": 2
"Minor": 144,
"Patch": 0
},
"demands": [],
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
Expand Down Expand Up @@ -124,4 +124,4 @@
"NoMatchingFilesFound": "No test result files matching '%s' were found.",
"ErrorTestResultsPublisher": "Error while executing TestResultsPublisher: %s."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/PublishTestResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 143,
"Patch": 1
"Minor": 144,
"Patch": 0
},
"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/7734138/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/7808800/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 144,
"Patch": 1
"Patch": 2
},
"demands": [
"vstest"
Expand Down Expand Up @@ -618,4 +618,4 @@
"diagnosticsInput": "Diagnostics enabled : %s",
"UncPathNotSupported": "Path to test sources search folder cannot be a UNC path. Please provide a rooted path or a path relative to $(System.DefaultWorkingDirectory)."
}
}
}
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": 144,
"Patch": 1
"Patch": 2
},
"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 5050b83

Please sign in to comment.