forked from LuckyPennySoftware/AutoMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (30 loc) · 679 Bytes
/
appveyor.yml
File metadata and controls
30 lines (30 loc) · 679 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
version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
image: Visual Studio 2017
nuget:
disable_publish_on_pr: true
build_script:
- cmd: .\psake.cmd ci
test: off
artifacts:
- path: src\AutoMapper\bin\release\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/automapperdev/api/v2/package
api_key:
secure: zKeQZmIv9PaozHQRJmrlRHN+jMCI64Uvzmb/vwePdXFR5CUNEHalnZdOCg0vrh8t
skip_symbols: true
on:
branch: master
- provider: NuGet
name: production
api_key:
secure: t3blEIQiDIYjjWhOSTTtrcAnzJkmSi+0zYPxC1v4RDzm6oI/gIpD6ZtrOGsYu2jE
on:
branch: master
appveyor_repo_tag: true