From 0a8fb01841ca6400f21d61e147abeefb1121c8a8 Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Fri, 17 Aug 2018 02:50:34 -0700 Subject: [PATCH] add appveyor details --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..49bc64d --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +# see https://www.appveyor.com/docs/appveyor-yml + +environment: + NugetApiKey: + secure: Bnrv6GbJAwEINiebF7/lIZTgdaKq2oQHmc5Z1kYoLgNJ1tGOwo4lKNCHsFhkqZok + +# Allow WMF5 (i.e. PowerShellGallery functionality) +os: WMF 5 + +# Skip on updates to the readme. +# We can force this by adding [skip ci] or [ci skip] anywhere in commit message +skip_commits: + message: /updated (readme|doc).*|update (readme|doc).*s/ + +build: false + +#Kick off the CI/CD pipeline +test_script: + - ps: . .\build.ps1