Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
add appveyor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Apr 6, 2017
1 parent 4c7c9f6 commit c750aa4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
@@ -0,0 +1,26 @@
version: 1.0.{build}
branches:
only:
- dev
build_script:
- ps: .\build.ps1
test: off
artifacts:
- path: artifacts/packages/*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/identity/
api_key:
secure: 43SK7fLJcrno252Wqb6j+jFYeTjaHG8EWXruhHv6kW+bbySa4uBGTPNFjA7lzD0Y
skip_symbols: true
on:
branch: dev

image: Visual Studio 2017

#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /docs.*/

0 comments on commit c750aa4

Please sign in to comment.