forked from microsoft/azure-pipelines-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
externals.json
32 lines (32 loc) · 880 Bytes
/
externals.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
{
"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/"
}
]
}
},
"no-cache": [
"Ansible",
"DownloadTeamCityArtifacts",
"DownloadExternalBuildArtifacts"
]
}