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
35 lines (35 loc) · 1014 Bytes
/
externals.json
File metadata and controls
35 lines (35 loc) · 1014 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
{
"npm": {
"vsts-task-lib": "2.2.1"
},
"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",
"DownloadArtifactsTfsVersionControl",
"DownloadArtifactsTfsGit",
"DownloadArtifactsBitbucket"
]
}