forked from Code52/carnac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
37 lines (37 loc) · 873 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
version: 1.0.0.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
Version: $(APPVEYOR_BUILD_VERSION)
GithubRepo: $(APPVEYOR_REPO_NAME)
build_script:
- build.cmd Release
test:
assemblies:
- '**\Carnac.Tests.dll'
artifacts:
- path: deploy\*.nupkg
name: ChocoPackage
- path: deploy\*.zip
name: ZipPackage
deploy:
- provider: NuGet
server: https://chocolatey.org/
api_key:
secure: sMCceYyOHQxaJMpcWBGmbGkbB6aYToUWm3rqfLv1ZZaeToqM2PAz1or18hnJbon0
skip_symbols: true
artifact: ChocoPackage
on:
branch: master
- provider: GitHub
auth_token:
secure: ImWN38cmVAwBXYkDM1L6kxkkOlrB05vD5vGMQh8bFc/GecEiwvtsemQXYmCozxBe
artifact: ZipPackage
draft: false
on:
branch: master