This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
/
appveyor.yml
65 lines (56 loc) · 1.55 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
version: '$(app_version).{build}'
configuration: Final
platform: Any CPU
os: Visual Studio 2015
environment:
app_version: '2.1.6'
app_version_postfix: ''
branches:
except:
- gh-pages
skip_tags: true
pull_requests:
do_not_increment_build_number: true
nuget:
disable_publish_on_pr: true
install:
- SET app_version_informational=%app_version%%app_version_postfix%
- echo Building Keycloak Owin Authentication Version %app_version_informational% ...
before_build:
- nuget restore src\KeycloakOwinAuthentication.sln
build:
project: src\KeycloakOwinAuthentication.sln
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
parallel: true
verbosity: normal
cache: src\packages -> src\**\packages.config
matrix:
fast_finish: true
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "$(app_version)"
assembly_file_version: "{version}"
assembly_informational_version: "$(app_version_informational)"
deploy:
- provider: NuGet
server:
api_key:
secure: jigW/LbSeBUxnQNVrzZqAEDhk9JFMlq5y+00yxi6SwgoQHfFWPUT5tmku3tbp8tz
skip_symbols: false
symbol_server:
artifact: /.*\.nupkg/
on:
branch: master
- provider: GitHub
release: v$(app_version_informational)
description: 'Automated release of Keycloak Owin Authentication version $(app_version_informational) via Appveyor.'
auth_token:
secure: dGCvff0hrYX1dStYv8MUNRzuDsaABTOQvMZuhB4dCJ39G0koh9FaAqPf1rIICWy3
artifact: /.*\.nupkg/
draft: false
prerelease: false
on:
branch: master