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