forked from picoe/Eto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
28 lines (28 loc) · 1015 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
version: 2.4.0.{build}
install:
- appveyor DownloadFile %GTKSHARP_LOCATION%/gtk-sharp-2.12.38.msi -FileName gtk-sharp.msi
- msiexec /i gtk-sharp.msi /qn /norestart
build_script:
- set BASE=%APPVEYOR_BUILD_FOLDER%
- set BUILD_VERSION=000%APPVEYOR_BUILD_NUMBER%
- set BUILD_VERSION=2.4.0-build%BUILD_VERSION:~-4%
- echo Downloading XamMac.dll for build..
- mkdir %BASE%\BuildOutput\net45\Release
- appveyor DownloadFile %XAMMAC_LOCATION%/XamMac.dll -FileName "%BASE%\BuildOutput\net45\Release\XamMac.dll"
- msbuild -t:Package -p:BuildVersion=%BUILD_VERSION% Resources\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary
test: off
#test_script:
#- nunit-console --framework=4.5 --include=TestPlatform BuildOutput/net45/Release/test/Eto.Test.dll
artifacts:
- path: BuildOutput/Nuget/Release/*.nupkg
name: nuget
branches:
only:
- develop
- master
skip_branch_with_pr: true
deploy:
- provider: Environment
name: MyGet
on:
branch: develop