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