-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvss-extension.json
More file actions
37 lines (36 loc) · 848 Bytes
/
vss-extension.json
File metadata and controls
37 lines (36 loc) · 848 Bytes
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
{
"manifestVersion": 1,
"id": "one-signal-azure-dev-ops-task-ext",
"name": "OneSignal Rest API for Azure DevOps",
"version": "0.0.13",
"publisher": "DavutEngin",
"icons": {
"default": "images/icon.png"
},
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Send notification with OneSignal over Azure DevOps",
"categories": [
"Integrate"
],
"files": [
{
"path": "task"
}
],
"contributions": [
{
"id": "custom-build-release-task",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "task"
}
}
]
}