-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathext-fsharp-helpers-extension.json
More file actions
71 lines (71 loc) · 2.63 KB
/
Copy pathext-fsharp-helpers-extension.json
File metadata and controls
71 lines (71 loc) · 2.63 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"manifestVersion": 1,
"id": "fsharp-helpers-extension{ID-Postfix}",
"version": "{Version}",
"name": "F# Helpers for Azure DevOps{Name-Postfix}",
"publisher": "{Publisher}",
"targets": [ { "id": "Microsoft.VisualStudio.Services" } ],
"description": "Helpers for running tools often used within F# projects such as Paket and FAKE.",
"public": "{PublicFlag}",
"categories": [ "Build and release" ],
"icons": { "default": "extension-icon.png" },
"tags": [ "F#", "FAKE", "Paket" ],
"screenshots": [
{ "path": "content\\images\\1.png" },
{ "path": "content\\images\\2.png" }
],
"content": { "details": { "path": "readme.md" } },
"links" : {
"support": { "uri": "https://github.com/isaacabraham/vsts-fsharp" }
},
"branding": {
"color": "rgb(51,51,51)",
"theme": "dark"
},
"files": [
{ "path": "FAKE5" },
{ "path": "FAKE5Vault" },
{ "path": "FAKE4Runner" },
{ "path": "PaketRestore" },
{ "path": "FSharpScript" },
{ "path": "SetPaketCredentialProvider" },
{ "path": "PaketCredentialCleanup" }
],
"contributions": [
{ "id": "fake5-vault",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "FAKE5Vault" }
},
{ "id": "fake5",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "FAKE5" }
},
{ "id": "fake4",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "FAKE4Runner" }
},
{ "id": "paket-restore",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "PaketRestore" }
},
{ "id": "fsharp-script",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "FSharpScript" }
},
{ "id": "paket-credential-manager",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "SetPaketCredentialProvider" }
},
{ "id": "paket-credential-cleanup",
"type": "ms.vss-distributed-task.task",
"targets": [ "ms.vss-distributed-task.tasks" ],
"properties": { "name": "PaketCredentialCleanup" }
}
]
}