-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml.working
49 lines (48 loc) · 1011 Bytes
/
appveyor.yml.working
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
version: 1.1.0.{build}
branches:
only:
- master
- release
configuration: Release
clone_depth: 1
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache: packages
nuget:
account_feed: true
project_feed: true
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: normal
after_build:
- cmd: >-
nuget install
build-nuget-package.cmd
artifacts:
- path: Build\Nuget\*.nupkg
name: NugetPackage
deploy:
- provider: NuGet
api_key:
secure: 2SwDMmXZZtgoLWsldKZ8GCu9rZXpO5quTYtSNJQSeeiqDjnmo0OfutNVcH3jsfpj
skip_symbols: false
artifact: NugetPackage
on:
branch: release
notifications:
- provider: Email
to:
subject: MvcInterop build completed.
on_build_success: true
on_build_failure: true
on_build_status_changed: true
on_failure:
- cmd:
on_finish:
- cmd: tree /f