forked from cefsharp/CefSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (28 loc) · 756 Bytes
/
appveyor.yml
File metadata and controls
35 lines (28 loc) · 756 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
27
28
29
30
31
32
33
34
35
image: Visual Studio 2015
version: 81.3.20-CI{build}
clone_depth: 10
#Skip builing if we only modify text files
skip_commits:
files:
- '**/*.md'
- '**/*.html'
- '**/*.js'
# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1
# Test our Release x64 build
test:
assemblies:
- CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
artifacts:
- path: NuGet\**\*.nupkg
name: nupkgfiles
# Publish to myget.org feed
deploy:
provider: NuGet
server: https://www.myget.org/F/cefsharp/api/v2/package
api_key:
secure: LjbeBPa+tvVlSWI556Y3gZHVUHee4vM7gBjFJjWXkXXPzFgTVPLn7TYnzWQC2zh7
skip_symbols: false
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles