forked from Mapsui/Mapsui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
39 lines (38 loc) · 835 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
31
32
33
34
35
36
37
38
39
version: '{build}'
skip_commits:
files:
- docs/**/*
- docfx/**/*
- logo/**/*
- '**/*.md'
image: Visual Studio 2017
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
version-short: 2.0.0
nuget:
disable_publish_on_pr: true
before_build:
- cmd: nuget restore mapsui.sln
build:
project: Mapsui.sln
verbosity: minimal
before_package:
- cmd: ''
after_build:
- cmd: ''
after_test:
- cmd: Scripts\buildpack %version-short%-build.%APPVEYOR_BUILD_NUMBER%
artifacts:
- path: Artifacts\*.*
name: mapsuipackage
deploy:
- provider: NuGet
api_key:
secure: RI7FmOMHYqZPtJNhuBD/dxzizoFBECO++GnXPQVBqMmIIkL4ZYCPMGGFP3hTQC2Q
skip_symbols: true
artifact: mapsuipackage-nu-even-niet