From 59d7de5bfc8fa18b346aec5148a9be4f17bfb3d5 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 19 May 2017 09:36:05 +0100 Subject: [PATCH] Try again appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3fb84396..7eeca442 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ build: verbosity: minimal after_build: -- dotnet pack "src\SharpCompress\SharpCompress.csproj" -c Release --no-build +- dotnet pack "src\SharpCompress\SharpCompress.csproj" -c Release test_script: - dotnet test "test\SharpCompress.Test" -c Release --no-build