-
Notifications
You must be signed in to change notification settings - Fork 11
/
appveyor.yml
37 lines (32 loc) · 898 Bytes
/
appveyor.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
version: '{build}'
os: Visual Studio 2015
configuration: Release
platform: Any CPU
environment:
ANDROID_HOME: C:\android-sdk
AndroidSdkDirectory: C:\android-sdk
GitHubToken:
secure: ++Q00Aa+yzbi4oEn+fOuO2D2pb4NrFtQ12Hiq69arY1OgOIIUbth7nlImS9/wQRd
AppVeyorToken:
secure: 5mY0TVM+8MUtvl18rZ+eCuXoLMWgxJCpVRTUvry+mG4=
XamarinEmail:
secure: +SUXZSPLHwp39+Yh09d2xxVGsEgHtlSD4NT1Og5h3sg=
XamarinPassword:
secure: Tvdf5rZl6IOCwZbvyj9B2w==
NoWarn: ;1591;
ContinueOnDisconnected: False
xamarin:
email:
secure: +SUXZSPLHwp39+Yh09d2xxVGsEgHtlSD4NT1Og5h3sg=
password:
secure: Tvdf5rZl6IOCwZbvyj9B2w==
android: true
ios: true
install:
- cmd: .\build-scripts\appveyor-before-build.cmd
build_script:
- ps: .\build.ps1 -Target Default-Windows -Configuration $Env:Configuration
artifacts:
- path: output
- path: output\*.nupkg
- path: output\*.xam