From be56a4a03e0cb8ff4c15d7db39dff65e7cdd3859 Mon Sep 17 00:00:00 2001 From: James Ross Date: Sun, 30 Jun 2019 19:58:07 +0100 Subject: [PATCH] chore: Add AppVeyor build script --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..cf117c9 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,5 @@ +version: 1.0.{build} +skip_branch_with_pr: true +image: Visual Studio 2017 +build_script: + - cmd: dotnet build