From bc7362c4c539cdcde0878189c6b116ce40af2256 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 4 Apr 2017 11:55:26 +0100 Subject: [PATCH] another --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 83e4235ba..292fdb21f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,18 +19,11 @@ before_build: build: verbosity: minimal - project: Ombi/Ombi.sln after_build: - cmd: >- 7z a OmbiWidnows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish - 7z a OmbiUbuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\ubuntu.16.10-x64\publish - 7z a OmbiOsx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\osx.10.12-x64\publish - 7z a OmbiDebian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\debian.8-x64\publish appveyor PushArtifact OmbiWindows.zip - appveyor PushArtifact OmbiUbuntu.zip - appveyor PushArtifact OmbiOsx.zip - appveyor PushArtifact OmbiDebian.zip deploy: - provider: GitHub