diff --git a/appveyor.yml b/appveyor.yml index 7771ef55..d9991988 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,10 +21,4 @@ test_script: - dotnet test "test\SharpCompress" -c Release artifacts: -- path: src\SharpCompress\bin\Release\*.nupkg - -deploy: - - provider: Environment - name: nuget.org - on: - branch: master \ No newline at end of file +- path: src\SharpCompress\bin\Release\*.nupkg \ No newline at end of file