-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathappveyor.yml
More file actions
42 lines (30 loc) · 914 Bytes
/
appveyor.yml
File metadata and controls
42 lines (30 loc) · 914 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
version: 2.0.{build}
branches:
only:
- Master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Debug
#before_build:
# - nuget restore
build:
project: DotNetProjects.PrintEngine\DotNetProjects.PrintEngine.sln
after_build:
- ps: .\nuget\pack.ps1
test: off
artifacts:
- path: DotNetProjects.PrintEngine\bin\Debug\DotNetProjects.PrintEngine.dll
name: DotNetProjects.PrintEngine.dll
- path: DotNetProjects.PrintEngine\bin\Debug\DotNetProjects.PrintEngine.pdb
name: DotNetProjects.PrintEngine.pdb
- path: '**\DotNetProjects.*.nupkg'
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: bdhemLvYgto+o1hjkJ9OhVRANxW6+U9RTGQre/KqyV3mFWmN5BQA6ZpMoHbjsaJW
artifact: /.*\.nupkg/