Skip to content

Commit d4be12a

Browse files
committed
add repository to extension manifest
1 parent 628aa95 commit d4be12a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Extension/vss-extension.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"id": "gl-vsts-tasks-file-patch",
44
"name": "File Patch Build and Release Tasks",
55
"version": "0.0.0",
6-
"publisher": "geeklearningio",
6+
"publisher": "geeklearningio",
77
"targets": [
88
{
99
"id": "Microsoft.VisualStudio.Services"
1010
}
11-
],
11+
],
1212
"description": "Update files using JSON patch and similar syntax with these Build and Release Management tasks.",
1313
"categories": [
1414
"Build and release"
1515
],
1616
"icons": {
17-
"default": "extension-icon.png"
17+
"default": "extension-icon.png"
1818
},
1919
"tags": [
2020
"json",
@@ -57,7 +57,7 @@
5757
"branding": {
5858
"color": "#008B8B",
5959
"theme": "dark"
60-
},
60+
},
6161
"files": [
6262
{
6363
"path": "Tasks"
@@ -68,7 +68,10 @@
6868
}
6969
],
7070
"CustomerQnASupport": {
71-
"enableqna":"true",
72-
"url": "https://github.com/geeklearningio/gl-vsts-tasks-file-patch/issues"
73-
}
71+
"enableqna": "true"
72+
},
73+
"repository": {
74+
"type": "git",
75+
"uri": "https://github.com/geeklearningio/gl-vsts-tasks-file-patch"
76+
}
7477
}

0 commit comments

Comments
 (0)