mirror of https://github.com/cefsharp/CefSharp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
505 B
26 lines
505 B
environment:
|
|
VisualStudioVersion: 11.0
|
|
|
|
version: 41.0.0-CI{build}
|
|
|
|
shallow_clone: true
|
|
|
|
# to run your custom scripts instead of automatic MSBuild
|
|
build_script:
|
|
- ps: .\build.ps1
|
|
|
|
# Disable tests
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: NuGet\*.nupkg
|
|
name: nupkgfiles
|
|
|
|
# Publish to myget.org feed
|
|
deploy:
|
|
provider: NuGet
|
|
server: https://www.myget.org/F/cefsharp-2272/
|
|
api_key:
|
|
secure: T3yoLSioRwXa7byUvu17t4I88RTQTvICh2j+KplLb1YVimd1IYy2m2akGqgOMJhY
|
|
skip_symbols: true
|
|
artifact: nupkgfiles
|