From e3514c5c4b6bc4c33a701bb3a9e84cb4b360bd37 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 19 May 2017 09:06:18 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20attempt=20to=20autodeploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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