diff --git a/appveyor.yml b/appveyor.yml index 96160bfb2..8451b2166 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,11 @@ project: Ombi/Ombi.sln before_build: - cmd: dotnet restore - cmd: npm install -- cmd: appveyor-retry nuget restore +- cmd: dotnet publish -c Release -r win10-x64 +- cmd: dotnet publish -c Release -r osx.10.12-x64 +- cmd: dotnet publish -c Release -r ubuntu.16.10-x64 +- cmd: dotnet publish -c Release -r debian.8-x64 + build: verbosity: minimal after_build: