forked from GeorgeVovos/cef-binary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (23 loc) · 767 Bytes
/
appveyor.yml
File metadata and controls
30 lines (23 loc) · 767 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
image: Visual Studio 2019
version: 93.0.1-CI{build}
shallow_clone: true
# Start builds on tags only (GitHub and BitBucket)
skip_non_tags: true
# to run your custom scripts instead of automatic MSBuild
build_script:
#- ps: .\build.ps1
# https://help.appveyor.com/discussions/problems/10014-false-build-fail-status
# Use cmd powershell as attempted workaround for https://github.com/cefsharp/cef-binary/issues/70
- cmd: powershell .\build.ps1
# Disable tests
test: off
# artifacts:
# - path: NuGet\*.nupkg
# name: nupkgfiles
# Publish to myget feed
#deploy:
# provider: NuGet
# server: https://www.myget.org/F/cefsharp/api/v2/package
# api_key:
# secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
# artifact: nupkgfiles