From 463b4ba9c8b4a0e5a5918ad27871e5caae75bda5 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 30 Dec 2020 11:57:27 -0700 Subject: [PATCH] Create appveyor.yml --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..91b5d96 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,6 @@ +version: 1.0.{build} +image: Visual Studio 2019 +before_build: +- cmd: nuget restore .\src +build: + verbosity: minimal