Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Public Documentation of the V2 task in helpurl #17701

Merged
merged 10 commits into from
Feb 7, 2023
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Publish code coverage results",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=626485)",
"loc.friendlyName": "Publish code coverage results v2",
"loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines)",
"loc.description": "Publish any of the code coverage results from a build",
"loc.instanceNameFormat": "Publish code coverage results",
"loc.input.label.summaryFileLocation": "Path to summary files",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/PublishCodeCoverageResultsV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/PublishCodeCoverageResultsV2/task.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "2A7EBC54-C13E-490E-81A5-D7561AB7CD97",
"name": "PublishCodeCoverageResults",
"friendlyName": "Publish code coverage results",
"friendlyName": "Publish code coverage results v2",
"description": "Publish any of the code coverage results from a build",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/test/publish-code-coverage-results",
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=626485)",
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines)",
"category": "Test",
"visibility": [
"Build"
Expand Down