forked from aws/aws-toolkit-azure-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake-options.json
More file actions
41 lines (41 loc) · 1.01 KB
/
make-options.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"tasks": [
"AWSCLI",
"AWSPowerShellModuleScript",
"AWSShellScript",
"BeanstalkCreateApplicationVersion",
"BeanstalkDeployApplication",
"CloudFormationCreateOrUpdateStack",
"CloudFormationDeleteStack",
"CloudFormationExecuteChangeSet",
"CodeDeployDeployApplication",
"ECRPushImage",
"LambdaDeployFunction",
"LambdaInvokeFunction",
"LambdaNETCoreDeploy",
"S3Download",
"S3Upload",
"SecretsManagerCreateOrUpdateSecret",
"SecretsManagerGetSecret",
"SendMessage",
"SystemsManagerGetParameter",
"SystemsManagerRunCommand",
"SystemsManagerSetParameter"
],
"taskResources": [
"*.ps1",
"*.psd1",
"*.psm1",
"*.sh",
"*.txt",
"icon.png",
"icon.svg",
"module.json",
"node_modules",
"package.json",
"Strings",
"task.json",
"task.loc.json",
"Tests"
]
}