-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathappveyor.yml
More file actions
45 lines (35 loc) · 789 Bytes
/
appveyor.yml
File metadata and controls
45 lines (35 loc) · 789 Bytes
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
-
branches:
only:
- master
version: 2.0.0
assembly_info:
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
file: AssemblyInfo.*
patch: true
os: Visual Studio 2015
before_build:
- ps : .\build-before_build.ps1
build:
verbosity: minimal
parallel: true
publish_nuget: true
configuration: Release
cache:
- src\packages -> **\packages.config
test:
assemblies:
- '**\*.Tests.dll'
- '**\*.FunctionalTests.dll'
- '**\*.AcceptanceTests.dll'
artifacts:
- path: '*.nupkg'
on_finish:
- ps : .\build-on_finish.ps1
deploy:
- provider: Environment
name: NuGet.org
on:
branch: master