forked from cake-contrib/Cake.DoInDirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (26 loc) · 736 Bytes
/
Copy pathappveyor.yml
File metadata and controls
33 lines (26 loc) · 736 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
# Release Versions
version: 0.1.1
# Pre-Release Versions
# version: 0.0.2-build{build}
branches:
only:
- master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Release
before_build:
- nuget restore .\Cake.DoInDirectory\Cake.DoInDirectory.sln
build:
project: .\Cake.DoInDirectory\Cake.DoInDirectory.sln
after_test:
- ps: .\nuget\pack.ps1
artifacts:
- path: Cake.DoInDirectory\bin\Release\Cake.DoInDirectory.dll
name: Cake.DoInDirectory.dll
- path: Cake.DoInDirectory\bin\Release\Cake.DoInDirectory.XML
name: Cake.DoInDirectory.XML
- path: '**\Cake.DoInDirectory*.nupkg'