Skip to content

Commit 0f8cfb8

Browse files
committed
See if AppVeyor will build for us (only builds for tags)
Former-commit-id: 9ec60d9ed6e5954a7d9ff2650ca55ec56332dd33
1 parent 1c2b7c2 commit 0f8cfb8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

appveyor.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
environment:
2+
VisualStudioVersion: 12.0
3+
4+
version: 53.0.0-CI{build}
5+
6+
shallow_clone: true
7+
8+
# Start builds on tags only (GitHub and BitBucket)
9+
skip_non_tags: true
10+
11+
# to run your custom scripts instead of automatic MSBuild
12+
build_script:
13+
- ps: .\build.ps1
14+
15+
# Disable tests
16+
test: off
17+
18+
artifacts:
19+
- path: NuGet\*.nupkg
20+
name: nupkgfiles
21+
22+
# Publish to myget.org feed
23+
deploy:
24+
provider: NuGet
25+
server: https://www.myget.org/F/cefsharp/api/v2/package
26+
api_key:
27+
secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD
28+
skip_symbols: false
29+
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
30+
artifact: nupkgfiles

0 commit comments

Comments
 (0)