-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathappveyor.yml
50 lines (50 loc) · 1.2 KB
/
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
46
47
48
49
50
image: Visual Studio 2022
version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- develop
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\build.ps1
test: off
artifacts:
- path: .\artifacts\*.*nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://ci.appveyor.com/nuget/radek41-3uj048yghh6h
api_key:
secure: N4Ceb4PGYD3hKN+N2ZkaXtocmrZeUb4jBrFLr/tvSzc=
skip_symbols: true
on:
branch: master
- provider: NuGet
server: https://ci.appveyor.com/nuget/radek41-3uj048yghh6h
api_key:
secure: N4Ceb4PGYD3hKN+N2ZkaXtocmrZeUb4jBrFLr/tvSzc=
skip_symbols: true
on:
branch: develop
- provider: NuGet
name: production
api_key:
secure: EWYOXnkIXZb8l2dTfNhXJ0Y5dLZV7u/P+CUr+F3RM2TXNR+bJEj6/hp2Pton6Vgh
on:
branch: master
APPVEYOR_REPO_TAG: true
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release description'
auth_token:
secure: 5obJpl3w5Trw5/FpDqp15ZjwqW1iyqG778GM5mZCxrPfJI2tKZX0RYUFRgiU1oqi5mVmjk/tGVcmPv9hH52ZggopkvmYApdJoJZ74pCh2x4DO2u+w/jnKetL6N7Xud6B
artifact: /.*\.*nupkg/
draft: true
prerelease: false
force_update: true
on:
branch: master
APPVEYOR_REPO_TAG: true