-
Notifications
You must be signed in to change notification settings - Fork 24
/
appveyor.yml
30 lines (26 loc) · 831 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
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=
NoWarn: ;1591;
xamarin:
email: matthew.leibowitz@xamarin.com
password:
secure: Tvdf5rZl6IOCwZbvyj9B2w==
android: true
ios: true
build_script:
- cmd: mklink /j %ANDROID_HOME% "C:\Program Files (x86)\Android\android-sdk"
- cmd: echo y | "%ANDROID_HOME%\tools\android.bat" update sdk --no-ui --all --filter platform-tools,tools
- ps: .\build.ps1 -Target Default-Windows -Configuration $Env:Configuration
artifacts:
- path: output
- path: output\*.nupkg
- path: output\*.xam