Create appveyor.yml
This commit is contained in:
parent
1a0ccd66ea
commit
bd177cf338
|
@ -0,0 +1,28 @@
|
|||
version: 0.6.2.{build}
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
image: Visual Studio 2015
|
||||
environment:
|
||||
OLW_CONFIG: Release
|
||||
OlwBloggerClientId: 597389294595-271ukaucs8ghmc6c6cnhrbef2c02g5qa.apps.googleusercontent.com
|
||||
OlwBloggerClientSecret:
|
||||
secure: ym7cbPINJz58iEgVlQCDbRz2W1CTYnxWsvMpMvxHFY4=
|
||||
nuget:
|
||||
disable_publish_on_pr: true
|
||||
build_script:
|
||||
- cmd: ./build.cmd
|
||||
test: off
|
||||
artifacts:
|
||||
- path: releases\*
|
||||
name: Setup
|
||||
deploy:
|
||||
- provider: AzureBlob
|
||||
storage_account_name: olw
|
||||
storage_access_key:
|
||||
secure: GruVAC0VrJlbCP3AYz5XownU5bxltZBuGinJ9KwdedM12B07msVLwLYWAsWfWA8Cq6xxt3QN2tKMsDnkzSxSenYFBHZEkGXwRdmh9K/a9jReoNUeQukP/RXRqsS0otFh
|
||||
container: nightly
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue