forked from deejaygraham/ndifference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
46 lines (36 loc) · 846 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
44
45
46
version: 1.0.{build}
install:
- cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
before_build:
- cmd: nuget restore -DisableParallelProcessing
platform: Any CPU
configuration: Release
build:
project: NDifference.sln
verbosity: normal
test:
assemblies:
only:
- tests\UnitTests\bin\**\*UnitTests.dll
artifacts:
- path: src\UI\bin\$(configuration)
name: NDifference
notifications:
- provider: Email
to:
on_build_success: true
on_build_failure: true
on_build_status_changed: true
assembly_info:
patch: true
file: src\CommonVersionInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-rc1'
#deploy:
#provider: GitHub
#draft: false
#prerelease: false
#on:
# branch: master