Skip to content

Commit

Permalink
See if AppVeyor will build for us (only builds for tags)
Browse files Browse the repository at this point in the history
Former-commit-id: 9ec60d9ed6e5954a7d9ff2650ca55ec56332dd33
  • Loading branch information
amaitland committed Dec 15, 2016
1 parent 1c2b7c2 commit 0f8cfb8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
environment:
VisualStudioVersion: 12.0

version: 53.0.0-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

# 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/api/v2/package
api_key:
secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD
skip_symbols: false
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles

0 comments on commit 0f8cfb8

Please sign in to comment.