From 72af21b8ce65319b396c9646d0300ad66c74e9ce Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sun, 16 Jul 2017 20:20:57 -0500 Subject: [PATCH] AppVeyor fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9e0196d..7ca9bf5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,4 +8,4 @@ build_script: artifacts: - path: artifacts\nupkg\*.nupkg -tests: off +test: off