Skip to content

Commit

Permalink
Revert task and extension settings
Browse files Browse the repository at this point in the history
  • Loading branch information
daxsorbito committed May 7, 2021
1 parent a9c305d commit d2ed531
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions publishhtmlreport/task.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "ef25b7d4-3211-4397-8af0-15bdae65ba24",
"id": "99e8d79d-febd-4f2e-b2df-da8f8257b59a",
"name": "publishhtmlreport",
"friendlyName": "publishhtmlreport",
"description": "This task can be used to publish html reports to azdo. Currently Jmeter HTML reports are being transformed to be consumed into Azdo directly",
"helpMarkDown": "",
"category": "Utility",
"author": "DaxSorbito",
"author": "LakshayKaushik",
"version": {
"Major": 1,
"Minor": 2,
Expand Down
8 changes: 4 additions & 4 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "1.2.174",
"name": "PublishHTMLReports",
"description": "An extension which lets you publish and visualize HTML reports(Like Jmeter load test reports) in Azure Devops as a seperate tab. ",
"publisher": "DaxSorbito",
"public": false,
"publisher": "LakshayKaushik",
"public": true,
"repository": {
"type": "git",
"uri": "https://github.com/daxsorbito/PublishHTMLReport"
"uri": "https://github.com/lakshaykaushik/PublishHTMLReport"
},
"screenshots": [
{
Expand Down Expand Up @@ -107,7 +107,7 @@
"properties": {
"name": "Published HTML",
"uri": "index.html",
"supportsTasks": ["ef25b7d4-3211-4397-8af0-15bdae65ba24"]
"supportsTasks": ["99e8d79d-febd-4f2e-b2df-da8f8257b59a]
}
},
{
Expand Down

0 comments on commit d2ed531

Please sign in to comment.