-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathbuild.conveyor.conf
More file actions
30 lines (29 loc) · 776 Bytes
/
build.conveyor.conf
File metadata and controls
30 lines (29 loc) · 776 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
include required("conveyor.conf")
app {
mac {
notarization {
issuer-id = ${env.ISSUER_ID}
key-id = ${env.KEY_ID}
private-key = ${env.AUTH_KEY_FILE_PATH}
}
signing-key.file.path = ${env.MAC_SIGNING_KEY_FILE_PATH}
signing-key.file.password = ${env.APPLE_ASP}
}
revision = ${env.REVISION}
site {
github {
oauth-token = ${env.RELEASE_TOKEN}
}
}
windows {
store {
client-id = ${env.WINDOWS_CLIENT_ID}
client-secret = ${env.WINDOWS_CLIENT_SECRET}
identity-name = ${env.WINDOWS_IDENTITY_NAME}
publisher = ${env.WINDOWS_PUBLISHER}
publisher-display-name = ${env.WINDOWS_PUBLISHER_DISPLAY_NAME}
store-id = ${env.WINDOWS_STORE_ID}
tenant-id = ${env.WINDOWS_TENANT_ID}
}
}
}