forked from TelegramBots/Telegram.Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (26 loc) · 727 Bytes
/
appveyor.yml
File metadata and controls
26 lines (26 loc) · 727 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
version: 13.1.0-ci-{build}
pull_requests:
do_not_increment_build_number: true
branches:
except:
- gh-pages
image: Visual Studio 2017
configuration: Debug
before_build:
- nuget restore Telegram.Bot.sln
build:
project: Telegram.Bot.sln
publish_nuget: true
publish_nuget_symbols: true
verbosity: normal
after_build:
- ps: "Get-ChildItem *.nupkg -Recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }"
test: off
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