Skip to content

Commit

Permalink
Tweak extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimaceOfDespair committed Jun 16, 2024
1 parent d9215d6 commit e0a8d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "spotcheck",
"publisher": "igorkalders",
"version": "1.0.0",
"version": "1.0.1",
"name": "Spot Check",
"description": "Enable screenshots spot checks from your application right from within Azure DevOps",
"categories": [
Expand Down
15 changes: 3 additions & 12 deletions src/SpotCheck/SpotCheck.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
{
"contributions": [
{
"id": "build-image-diff",
"id": "build-spotcheck",
"type": "ms.vss-build-web.build-results-tab",
"targets": [
"ms.vss-build-web.build-results-view"
],
"properties": {
"name": "Image Diff",
"uri": "ImageDiff/ImageDiff.html",
"name": "SpotCheck",
"uri": "dist/SpotCheck/SpotCheck.html",
"order": 100,
"height": 400
}
},
{
"id": "build-image-baseline-command",
"type": "ms.vss-web.command",
"properties": {
"uri": "ImageDiff/BaselineService.html",
"serviceName": "BaselineCommandService",
"methodName": "updateBaselineCommand"
}
}
]
}

0 comments on commit e0a8d79

Please sign in to comment.