-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
34 lines (34 loc) · 1.06 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
version: 2.5.0.{build}
image: Visual Studio 2017
install:
- cinst gtksharp -y
build_script:
- set BASE=%APPVEYOR_BUILD_FOLDER%
- set BUILD_VERSION_NUMBER=000%APPVEYOR_BUILD_NUMBER%
- set BUILD_VERSION=2.5.0-build%BUILD_VERSION_NUMBER:~-4%
- msbuild -t:Package -p:BuildVersion=%BUILD_VERSION% build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary
- msbuild -t:BuildAddins build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary
test: off
#test_script:
#- nunit-console --framework=4.5 --include=TestPlatform artifacts/Release/net45/test/Eto.Test.dll
artifacts:
- path: artifacts/nuget/Release/*.nupkg
name: nuget
- path: artifacts/samples
name: samples
type: zip
- path: artifacts/test
name: test
type: zip
- path: artifacts/addin/Release/VisualStudio/Eto.Addin.VisualStudio.vsix
name: vsix
branches:
only:
- develop
- master
skip_branch_with_pr: true
deploy:
- provider: Environment
name: MyGet
on:
branch: develop