From 6e95c1d84a23e78d5ef268e01e2de9f4ecb241fd Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 19 May 2017 09:34:02 +0100 Subject: [PATCH] =?UTF-8?q?Drop=20net35=20support=20as=20dot=20net=20tooli?= =?UTF-8?q?ng=20doesn=E2=80=99t=20support=20it=20currently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 8 ++++++-- src/SharpCompress/SharpCompress.csproj | 6 +----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d9991988..3fb84396 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,11 +14,15 @@ nuget: before_build: - cmd: dotnet restore +build: + parallel: true + verbosity: minimal + after_build: -- dotnet pack "src\SharpCompress\SharpCompress.csproj" -c Release +- dotnet pack "src\SharpCompress\SharpCompress.csproj" -c Release --no-build test_script: -- dotnet test "test\SharpCompress" -c Release +- dotnet test "test\SharpCompress.Test" -c Release --no-build artifacts: - path: src\SharpCompress\bin\Release\*.nupkg \ No newline at end of file diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 8c7be75d..1d28a102 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -5,7 +5,7 @@ en-US 0.15.2 Adam Hathcock - net35;netstandard1.0;netstandard1.3 + netstandard1.0;netstandard1.3 true true SharpCompress @@ -20,10 +20,6 @@ false - - - - $(DefineConstants);NO_FILE;NO_CRYPTO;SILVERLIGHT