-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathappveyor.yml
33 lines (33 loc) · 947 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
version: 0.2.{build}
image: Visual Studio 2017
configuration: Release
platform: Any CPU
cache: src/packages
before_build:
- nuget restore src/Takenet.Textc.sln
after_build:
- nuget pack src/Takenet.Textc/Takenet.Textc.csproj -Symbols -Properties Configuration=Release -Properties Platform=AnyCPU
- nuget pack src/Takenet.Textc.Extensions.Redis/Takenet.Textc.Extensions.Redis.csproj -Symbols -Properties Configuration=Release -Properties Platform=AnyCPU
branches:
only:
- master
build:
project: src/Takenet.Textc.sln
verbosity: minimal
test:
categories:
except:
- suppressed
assembly_info:
patch: true
file: '**\AssemblyInfo.cs'
assembly_file_version: '{version}'
assembly_version: '{version}'
assembly_informational_version: '{version}'
artifacts:
- path: Takenet.Textc.*.nupkg
deploy:
- provider: NuGet
api_key:
secure: 0huvVwDjQ/i7FNOrby1sd/KJ1NaSFNOmTh4uUuS/kp7K7W2O3sDdnEeeYz8MwAzb
skip_symbols: false