From d81022454bad0376fd616a9e84a124861980d0e6 Mon Sep 17 00:00:00 2001 From: Geovanni Perez Date: Tue, 15 Nov 2016 11:00:56 -0600 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8d01ceaab..331c8de3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,5 @@ build_script: - dotnet build "src\Unosquare.Labs.EmbedIO" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL% test_script: - dotnet test "test\Unosquare.Labs.EmbedIO.Tests" -c %CONFIGURATION% -artifacts: -- path: artifacts\**\*.* cache: - '%USERPROFILE%\.nuget\packages'