-
Notifications
You must be signed in to change notification settings - Fork 14
/
appveyor.yml
43 lines (35 loc) · 966 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
platform: x64
configuration: Release
version: 1.0.{build}
skip_non_tags: true
skip_branch_with_pr: true
assembly_info:
patch: true
file: '**\AssemblyInfo.cs'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
publish_nuget: true
parallel: true
project: ModernDev.InTouch.sln
before_build:
- nuget restore
after_build:
- nuget pack ModernDev.InTouch.nuspec -version %APPVEYOR_BUILD_VERSION%
- appveyor PushArtifact ModernDev.InTouch.%APPVEYOR_BUILD_VERSION%.nupkg
pull_requests:
do_not_increment_build_number: true
nuget:
disable_publish_on_pr: true
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/fccbbe8e33b7c9ea1f62
on_build_success: true
on_build_failure: true
on_build_status_changed: true
deploy:
- provider: NuGet
api_key:
secure: gQtaTM1+Mnxb1MlzKyPU/eZVqd5U8DZOwEB3978le7Ps5W3KQrdSygRbT5MHt+Dk
artifact: /.*\.nupkg/