forked from oxyplot/oxyplot-xamarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (34 loc) · 1.56 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
41
platform: Any CPU
configuration: Release
pull_requests:
do_not_increment_build_number: true
install:
- cinst gitversion.portable --version=3.4.1 -y
- cinst gitlink --version=2.2.0 -y
- cinst android-sdk
- ps: Build\install-android-sdk.ps1
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- NuGet restore Source/OxyPlot.AppVeyor.sln
- gitversion /l console /output buildserver /updateAssemblyInfo
build:
project: Source/OxyPlot.AppVeyor.sln
verbosity: minimal
after_build:
- gitlink c:\projects\oxyplot-xamarin -u https://github.com/oxyplot/oxyplot-xamarin -f Source/OxyPlot.AppVeyor.sln -ignore OxyPlot.Windows10,OxyPlot.MonoTouch,OxyPlot.Xamarin.Android,OxyPlot.Xamarin.iOS,OxyPlot.Xamarin.Forms.Platform.Android,OxyPlot.Xamarin.Forms.Platform.iOS,OxyPlot.Xamarin.Forms.Platform.iOS.Classic
- NuGet pack Source\OxyPlot.Xamarin.Android\OxyPlot.Xamarin.Android.nuspec -version "%GitVersion_NuGetVersion%"
- NuGet pack Source\OxyPlot.Xamarin.iOS\OxyPlot.Xamarin.iOS.nuspec -version "%GitVersion_NuGetVersion%"
- NuGet pack Source\OxyPlot.Xamarin.Forms\OxyPlot.Xamarin.Forms.nuspec -version "%GitVersion_NuGetVersion%"
artifacts:
- path: Output
name: OxyPlot-Xamarin-$(GitVersion_SemVer)
type: zip
- path: '*.nupkg'
deploy:
provider: NuGet
server: https://www.myget.org/F/oxyplot/api/v2/package
api_key:
secure: 2GnqgfpkOUH6Umfn1WWlun0b021+QeInBXkgQOQfa4/wDOYHLT757rrjTsb0lmon
skip_symbols: false
symbol_server: # remove to push symbols to SymbolSource.org
artifact: /.*\.nupkg/