forked from IdentityServer/IdentityServer4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
47 lines (38 loc) · 945 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
46
version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
branches:
only:
- dev
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.*/
#install:
# - cmd: curl -O https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x64.exe
# - cmd: dotnet-sdk-2.0.0-win-x64.exe /install /quiet /norestart /log install.log