forked from renevanosnabrugge/vsts-promotepackage-task
-
Notifications
You must be signed in to change notification settings - Fork 1
/
icon-readme.txt
45 lines (40 loc) · 1.16 KB
/
icon-readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
extension icon:
default: 128x128
large: 512x512
build task icon:
default: icon.png 32x32
large: icon.svg
Screenshot:
1366x768
"links": {
"home": {
"uri": "https://www.mycompany.com"
},
"getstarted": {
"uri": "https://www.mycompany.com/help/getstarted"
},
"learn": {
"uri": "https://www.mycompany.com/features"
},
"support": {
"uri": "https://www.mycompany.com/support"
},
"repository": {
"uri": "https://github.com/mycompany/myextension"
},
"issues": {
"uri": "https://github.com/mycompany/myextension/issues"
}
},
"badges": [
{
"href": "https://travis.ci/mycompany/myextension",
"uri": "https://travis.ci/mycompany/myextension.svg?branch=master",
"description": "TravisCI build for the project"
},
{
"href": "https://ci.appveyor.com/projects/mycompany/myextension",
"uri": "https://ci.appveyor.com/api/projects/status/vlg2sgs2y7tsdxpj4c?svg=true",
"description": "AppVeyor build for the project"
}
],