-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathappveyor.yml
40 lines (19 loc) · 1.08 KB
/
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
38
39
40
version: 1.0.{build}
image: Visual Studio 2017
build_script:
- ps: >-
$Env:ANDROID_HOME = "C:\\android-sdk-windows"
appveyor DownloadFile https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
7z x sdk-tools-windows-3859397.zip -oC:\android-sdk-windows
nuget restore ./src/Xam.Plugin.AutoUpdate/Xam.Plugin.AutoUpdate.csproj
msbuild ./src/Xam.Plugin.AutoUpdate/Xam.Plugin.AutoUpdate.csproj
nuget restore ./src/Xam.Plugin.AutoUpdate.UWP/Xam.Plugin.AutoUpdate.UWP.csproj
msbuild ./src/Xam.Plugin.AutoUpdate.UWP/Xam.Plugin.AutoUpdate.UWP.csproj
nuget restore ./src/Xam.Plugin.AutoUpdate.Droid/Xam.Plugin.AutoUpdate.Droid.csproj
msbuild ./src/Xam.Plugin.AutoUpdate.Droid/Xam.Plugin.AutoUpdate.Droid.csproj
nuget restore ./samples/Samples/Samples.csproj
msbuild ./samples/Samples/Samples.csproj
nuget restore ./samples/Samples.UWP/Samples.UWP.csproj
msbuild ./samples/Samples.UWP/Samples.UWP.csproj
nuget restore ./samples/Samples.Android/Samples.Android.csproj
msbuild ./samples/Samples.Android/Samples.Android.csproj