forked from microsoft/azure-pipelines-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternals.json
More file actions
27 lines (27 loc) · 711 Bytes
/
Copy pathexternals.json
File metadata and controls
27 lines (27 loc) · 711 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
{
"npm": {
"vsts-task-lib": "0.7.4"
},
"nugetv2": {
"VstsTaskSdk": {
"version": "0.7.1",
"repository": "https://www.powershellgallery.com/api/v2/",
"cp": [
{
"source": [
"*.ps1",
"*.psd1",
"*.psm1",
"lib.json"
],
"dest": "ps_modules/VstsTaskSdk/"
},
{
"options": "-R",
"source": "Strings/*",
"dest": "ps_modules/VstsTaskSdk/Strings/"
}
]
}
}
}