From 905c4b895b590d5fcb1209afee0446fec55e57f1 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Fri, 7 Apr 2017 16:03:45 +0100 Subject: [PATCH] redo dotnet publish targets --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5b5808779..0110191f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,10 +21,10 @@ before_build: build_script: - dotnet build after_build: -- dotnet publish -c Release /p:AppRuntimeIdentifier=win10-x64 -- dotnet publish -c Release /p:AppRuntimeIdentifier=osx.10.12-x64 -- dotnet publish -c Release /p:AppRuntimeIdentifier=ubuntu.16.10-x64 -- dotnet publish -c Release /p:AppRuntimeIdentifier=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