From 7d958f09948ce2bbf9e894f7680b36f9e402f537 Mon Sep 17 00:00:00 2001 From: Marcos Meli Date: Tue, 16 Feb 2016 23:13:19 -0300 Subject: [PATCH] Enable AppVeyor Continous Integration and Testing It will looks like https://ci.appveyor.com/project/MarcosMeli/docnet when enabled --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..58576d6 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,7 @@ +version: 1.0.{build} +configuration: Debug +before_build: +- cmd: nuget restore +build: + project: DocNet.sln + verbosity: minimal