-
Notifications
You must be signed in to change notification settings - Fork 23
/
appveyor.yml
38 lines (38 loc) · 925 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
version: 1.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_branch_with_pr: true
image: Visual Studio 2013
configuration: Release
platform: Any CPU
clone_folder: c:\project\FontAwesome
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
build:
project: src\FontAwesome\FontAwesomeNet.csproj
verbosity: minimal
after_build:
- cmd: .\pack.bat
test: off
artifacts:
- path: '**\*.nupkg'
name: NeGet
deploy:
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
secure: s388/c8yQWnGyZ9v9cUDfBe4ud6MFl/ouUEEBruiN5j5+LjSQ4giGKMKuLuvglS1
skip_symbols: true
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
server: https://www.myget.org/F/seay/api/v2/package
api_key:
secure: CKm5m2qGYNYnh5yDUE2zKfN+JKBmO5xmtG80AP0yni9yPBqDOaRQ48Y/4k8KGo2y
skip_symbols: true
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true