forked from Mapsui/Mapsui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
46 lines (40 loc) · 1022 Bytes
/
appveyor.yml
File metadata and controls
46 lines (40 loc) · 1022 Bytes
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
42
43
44
45
version: '{build}'
skip_commits:
files:
- docs/**/*
- docsfx/**/*
- 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-beta.2
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: >-
Scripts\buildpack %version-short%
nuget pack NuSpec\Mapsui.nuspec -Version %version-short%.%APPVEYOR_BUILD_NUMBER% -outputdirectory Release
appveyor PushArtifact Release\Mapsui.%version-short%.%APPVEYOR_BUILD_NUMBER%.nupkg
docfx\build-site.cmd
artifacts:
- path: Release\*.*
name: mapsuipackage
deploy:
- provider: NuGet
api_key:
secure: RI7FmOMHYqZPtJNhuBD/dxzizoFBECO++GnXPQVBqMmIIkL4ZYCPMGGFP3hTQC2Q
skip_symbols: true
artifact: mapsuipackage-nu-even-niet