-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvss-extension.json
43 lines (43 loc) · 1.13 KB
/
vss-extension.json
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
{
"manifestVersion": 1,
"id": "pwsh-with-auth",
"name": "Powershell with service connections",
"version": "1.0.39",
"publisher": "EvopsLimited",
"helpUrl": "https://github.com/eu-evops/azdo-pwsh-with-auth",
"helpMarkdown": "Get help at https://github.com/eu-evops/azdo-pwsh-with-auth",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Allows to make use of azure and docker service connections with your scripts",
"categories": [
"Azure Pipelines"
],
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "pwsh-with-auth/build",
"packagePath": "pwsh-with-auth"
},
{
"path": "pwsh-with-auth/task.json"
}
],
"scopes": [],
"contributions": [
{
"id": "pwsh-with-auth",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "pwsh-with-auth"
}
}
]
}