diff --git a/extension/vss-extension.json b/extension/vss-extension.json index 5dce6ac..3833211 100644 --- a/extension/vss-extension.json +++ b/extension/vss-extension.json @@ -47,6 +47,17 @@ "version": "[15.3,)" } ], + "screenshots": [ + { + "path": "static/screenshots/builddetails.png" + }, + { + "path": "static/screenshots/buildoverview.png" + }, + { + "path": "static/screenshots/releasedetails.png" + } + ], "contributions": [ { "id": "TPHealth-OverviewWidget", @@ -290,4 +301,4 @@ "vso.build", "vso.release" ] -} \ No newline at end of file +}