From b8244984782335ce21330bb4a21178e672bad463 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Fri, 7 Apr 2017 16:31:02 +0100 Subject: [PATCH] fixed the yml --- Ombi/Ombi/Ombi.csproj | 4 ---- appveyor.yml | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Ombi/Ombi/Ombi.csproj b/Ombi/Ombi/Ombi.csproj index 8d1c47917..167666ce3 100644 --- a/Ombi/Ombi/Ombi.csproj +++ b/Ombi/Ombi/Ombi.csproj @@ -18,10 +18,6 @@ - - - - diff --git a/appveyor.yml b/appveyor.yml index 0110191f3..69f0d1d28 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,10 +21,10 @@ before_build: build_script: - dotnet build after_build: - - dotnet publish -c Release -r win10-x64 - - dotnet publish -c Release -r osx.10.12-x64 - - dotnet publish -c Release -r ubuntu.16.10-x64 - - dotnet publish -c Release -r debian.8-x64 +- dotnet publish -c Release -r win10-x64 +- dotnet publish -c Release -r osx.10.12-x64 +- dotnet publish -c Release -r ubuntu.16.10-x64 +- dotnet publish -c Release -r debian.8-x64 - cmd: >- 7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish