forked from dd4t/DD4T.TridionTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
44 lines (44 loc) · 1.13 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
version: 2.0.8.{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: dd4t
nuget_password:
secure: oCp+uZEVnIgQBxhDObhLlg==
matrix:
- Configuration: Release
- Configuration: Legacy
install:
- nuget sources add -Name Incentro -Source http://developer.incentro.com/nexus/service/local/nuget/tridion.net/ -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
deploy:
- provider: NuGet
api_key:
secure: QmYvNY2pkxjIhWiI/UwFB/rjAkoNhZpElLZhmXiNVKvasN3qRyvvag0/2ZQD5eFb
artifact: /.*\.nupkg/
on:
branch: develop