-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappveyor.yml
45 lines (36 loc) · 871 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
40
41
42
43
44
45
version: '{build}'
image: Visual Studio 2017
skip_branch_with_pr: true
skip_commits:
files:
- docs/**/*
- '**/*.md'
- .gitignore
- CREDITS
- LICENSE
pull_requests:
do_not_increment_build_number: true
environment:
VisualStudioVersion: 15.0
BuildConfiguration: release
install:
- choco install gitversion.portable -pre -y
build_script:
- .\fake run build.fsx -t All
test: off
artifacts:
- path: .\artifacts\**\*.nupkg
deploy:
- provider: NuGet
api_key:
secure: 3/Qg61O7sC/kWaQk9M3vc44AaGcIqv251J1xsaTwW64mwjQ6DaA8ZGb9p4RpqVlD
on:
appveyor_repo_tag: true
- provider: GitHub
description: '$(release_notes)'
release: '$(appveyor_repo_tag_name)'
artifact: /.*\.nupkg/
auth_token:
secure: fMa5VCHR/IYOTZFpP3XoIgeK0KBqjOLjXnZgR+q8kPnIWW+Fub6M9usdB4MEbUSe
on:
appveyor_repo_tag: true