-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathappveyor.yml
48 lines (48 loc) · 1.2 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
version: 2.6.{build}-alpha
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- develop
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
nuget_user: admin
nuget_password:
secure: k2JlxHl3MCwfPZ+ibC2dYQ==
matrix:
- Configuration: Release
- Configuration: SDL Web 8.1
- Configuration: SDL Web 8.5
install:
- nuget sources add -Name Trivident -Source http://trivident-nuget-server.azurewebsites.net/nuget -UserName %nuget_user% -Password %nuget_password%
- choco install msbuild.communitytasks -y
- choco install ilmerge -y
build:
project: build.msbuild
verbosity: minimal
artifacts:
- path: build/**/*.nupkg
name: NuGet Package
- path: build/**/*.zip
name: Zip Archive
notifications:
- provider: Slack
auth_token:
secure: sPqYbVki+502+OjRT+o3eITyiG8UDZ0Fu4M1fejZxs3O6OKtYu9JCNS9Ssw3/XjL
channel: development
skip_commits:
message: /\[nobuild\]/
skip_tags: true
deploy:
- provider: NuGet
api_key:
secure: Q2V4fhDUDtQQhJU13r1AuHbKgooa6ePP5MLK9XRXFEsLbTjn1pimaiiPfG3Vsl1M
artifact: /.*\.nupkg/
on:
branch: develop