forked from oxyplot/oxyplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
29 lines (22 loc) · 825 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
image: Visual Studio 2019
skip_branch_with_pr: true
pull_requests:
do_not_increment_build_number: true
platform: Any CPU
configuration: Release
version: '2.1.0-unstable.{build}'
before_build:
- nuget restore Source/OxyPlot.CI.sln
build_script:
- msbuild Source/OxyPlot.CI.sln "/p:Platform=Any CPU" "/p:Configuration=Release" "/p:Version=%APPVEYOR_BUILD_VERSION%" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- path: '**/bin/Release/**/*.nupkg'
name: packages
deploy:
provider: NuGet
server: https://www.myget.org/F/oxyplot/api/v2/package
api_key:
secure: 2GnqgfpkOUH6Umfn1WWlun0b021+QeInBXkgQOQfa4/wDOYHLT757rrjTsb0lmon
skip_symbols: false
symbol_server: # remove to push symbols to SymbolSource.org
artifact: packages