forked from TelegramBots/Telegram.Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.appveyor.yml
50 lines (45 loc) · 963 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
46
47
48
49
50
version: CI-Build-{build}
max_jobs: 1
branches:
except:
- gh-pages
- docs
image: Visual Studio 2017
before_build:
- nuget restore Telegram.Bot.sln
build:
project: Telegram.Bot.sln
publish_nuget: true
verbosity: normal
after_build:
- cmd: cd test/Telegram.Bot.Tests.Unit
- cmd: dotnet test
test: off
nuget:
disable_publish_on_pr: true
deploy:
- provider: NuGet
server: https://www.myget.org/F/telegram-bot/api/v2/package
api_key:
secure: Dl2/cPfGdESLPBMd7Y+CIQomwOgNQ2+rUTylGGzMb0FaJaL4WgPPf5lzkY5KD4V6
symbol_server: https://www.myget.org/F/telegram-bot/api/v2/package
on:
branch: develop
- provider: NuGet
api_key:
secure: DqUxlRZM6BaC2obxTNn3ZPXMMX8g4Ho44FBmbAsafkf0CiSEARlTdW8lhS5t6Q8E
on:
branch: master
for:
-
branches:
only:
- master
configuration: Release
-
branches:
except:
- master
configuration: Debug
build:
publish_nuget_symbols: true