From bd177cf338a789e7044987db92f4e291341e4759 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Wed, 3 May 2017 11:24:41 -0700 Subject: [PATCH] Create appveyor.yml --- appveyor.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..ba580936 --- /dev/null +++ b/appveyor.yml @@ -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