-
Notifications
You must be signed in to change notification settings - Fork 2
/
bitrise.yml
36 lines (36 loc) · 1003 Bytes
/
bitrise.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
---
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: xamarin
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
steps:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- [email protected]: {}
title: Do anything with Script step
- [email protected]: {}
inputs:
- xamarin_solution: "$BITRISE_PROJECT_PATH"
- xamarin_configuration: "$BITRISE_XAMARIN_CONFIGURATION"
- project_type_whitelist: android
- xamarin_platform: "$BITRISE_XAMARIN_PLATFORM"
- [email protected]: {}
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: src/Covid19.sln
- opts:
is_expand: false
BITRISE_XAMARIN_CONFIGURATION: Release
- opts:
is_expand: false
BITRISE_XAMARIN_PLATFORM: Any CPU