-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
45 lines (34 loc) · 921 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
38
39
40
41
42
43
44
45
version: '1.0.{build}'
image: Visual Studio 2017
configuration: Release
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
test: off
artifacts:
- path: Octicons.TagHelper/bin/Release/*.nupkg
name: NuGet
before_build:
- ps: |
nuget restore
if ((test-path lib) -ne $true) { mkdir lib }
npm --prefix Octicons.TagHelper run update
deploy:
- provider: NuGet
server: https://www.myget.org/F/octicons-taghelper-dev/api/v2/package
api_key:
secure: T86TwEt8UtP/h1+0BP/SRUigDBFtrA21CpJ4Mb7W/JfoBYKN7NyN7Ir7tzlIaKrv
skip_symbols: true
on:
branch: master
- provider: NuGet
name: production
api_key:
secure: kNjhX0yw81rRfpM3sZ520umca1S40vT7X59COWVQf8w1Ir7aL/pxKXtTLquU26WX
on:
branch: master
appveyor_repo_tag: true