forked from andrewlock/NetEscapades.Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
42 lines (40 loc) · 839 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
version: '{build}'
image:
- Ubuntu
- Visual Studio 2019
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
build_script:
- ps: .\build.ps1
- sh: ./build.sh
test: off
artifacts:
- path: .\artifacts\**\*.nupkg
name: NuGet
for:
-
matrix:
only:
- image: Visual Studio 2019
deploy:
- provider: NuGet
server: https://www.myget.org/F/andrewlock-ci/api/v2/package
api_key:
secure: 7XbdNq38u0JLRNc9pRl35WPi5LZopfYcoCslf7Er/eTreR5mZnGbmY/lVQYcgxI2
skip_symbols: true
on:
branch: master
- provider: NuGet
name: production
api_key:
secure: nyE3SEqDxSkHrLGAQJBMh2Oo6deEnWCEKoHCVafYuUB7NwjOUwDi3jXQItElcp2h
on:
branch: master
appveyor_repo_tag: true