forked from gitter-badger/IdentityServer4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
42 lines (35 loc) · 721 Bytes
/
appveyor.yml
File metadata and controls
42 lines (35 loc) · 721 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
version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
branches:
except:
- master
build_script:
- ps: .\build.ps1
- sh: ./build.sh
test: off
artifacts:
- path: artifacts/packages/*.nupkg
deploy: off
for:
-
matrix:
only:
- image: Visual Studio 2017
deploy:
- provider: NuGet
server: https://www.myget.org/F/identity/
api_key:
secure: 43SK7fLJcrno252Wqb6j+jFYeTjaHG8EWXruhHv6kW+bbySa4uBGTPNFjA7lzD0Y
skip_symbols: true
on:
branch: dev
#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /docs.*/