forked from joaomatossilva/DateTimeExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
41 lines (32 loc) · 723 Bytes
/
appveyor.yml
File metadata and controls
41 lines (32 loc) · 723 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
version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
os: Visual Studio 2017
configuration: Release
build_script:
- ps: .\Build.ps1 -Target Pack
test: off
nuget:
disable_publish_on_pr: true
artifacts:
- path: artifacts\**\*.nupkg
name: NuGet
deploy:
- provider: NuGet
name: ci
server: https://www.myget.org/F/datetimeextensions/api/v2/package
api_key:
secure: YcG+jkipdRz1ahroGCiCndKtgEcRaVtEzQYSNp5Mx5ULWPpZZ/MvwMsggLCYZ3bH
skip_symbols: true
on:
branch: master
- provider: NuGet
name: production
api_key:
secure: olWt58dVh65SDbzUsuaZv3lZefz8xcnZ62g5tZJDwPLGUlfKquZuow/j/LX5LiuY
on:
branch: master
appveyor_repo_tag: true