forked from antonjefcoate/JustSaying-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (41 loc) · 1.02 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
version: 4.0.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore
build:
project: JustSaying.sln
parallel: true
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: normal
test:
assemblies: '**\*.UnitTests.dll'
artifacts:
- path: 'JustSaying.{version}*.nupkg'
notifications:
- provider: HipChat
room: 'Eng :: Open Source'
auth_token:
secure: eJWABMRPoyfEF9iLzFaTcUEqTc7/64v0FtS1qQe4yhs=
on_build_success: false
on_build_failure: false
on_build_status_changed: false
- provider: Webhook
url: https://webhooks.gitter.im/e/1d5903ab716f417802d0
on_build_success: true
on_build_failure: true
on_build_status_changed: true
deploy:
- provider: NuGet
api_key:
secure: 6MzbzEs4YdJKS67Gio5gEO8mNKmwfC4UHTCmECZ1KOutI6ndm4vAECazmVNB6an7
artifact: /.*nupkg/
on:
APPVEYOR_REPO_TAG: true