-
Notifications
You must be signed in to change notification settings - Fork 2
/
step.yml
62 lines (53 loc) · 1.67 KB
/
step.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
title: |-
AppCenter ipa upload
summary: |
Upload ipa to Microsoft AppCenter
description: |
This step is upload iOS ipa archive file to AppCenter.
Using AppCenter CLI.
website: https://github.com/kanari3/bitrise-step-appcenter-ipa-upload
source_code_url: https://github.com/kanari3/bitrise-step-appcenter-ipa-upload
support_url: https://github.com/kanari3/bitrise-step-appcenter-ipa-upload/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
project_type_tags:
- ios
type_tags:
- deploy
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
toolkit:
bash:
entry_file: step.sh
inputs:
- app_id: $APP_CENTER_APP_ID
opts:
title: Application Identifier
summary: AppCenter application identifier (Owner + App Name).
description: |
AppCenter Application Identifier is a combination of your Organization/Owner Name
and an Application Name.
For example: "MyOrganization/MyApplication"
is_required: true
- api_token: $APP_CENTER_ACCESS_TOKEN
opts:
title: AppCenter API Token
description: |
[Obtain API Token from AppCenter](https://appcenter.ms/settings/apitokens)
is_required: true
is_sensitive: true
- distribution_group: $APP_CENTER_DISTRIBUTION_GROUP
opts:
title: AppCenter Distribution Group Name
description: |
For example and default: "Collaborators"
is_required: true
- build_message: $APP_CENTER_BUILD_MESSAGE
opts:
title: (optional) AppCenter Build Message to share in the build.
description: |
Build message that will appear under the build in AppCenter's list of builds.
is_required: false