mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
spacing
This commit is contained in:
parent
5b68c4c5e4
commit
71c84eb360
1 changed files with 15 additions and 0 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -21,14 +21,29 @@ after_build:
|
|||
- dotnet publish -c Release -r debian.8-x64
|
||||
- cmd: >-
|
||||
7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish
|
||||
|
||||
|
||||
7z a Ombi_osx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\osx.10.12-x64\publish
|
||||
|
||||
|
||||
7z a Ombi_ubuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\ubuntu.16.10-x64\publish
|
||||
|
||||
|
||||
7z a Ombi_debian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\debian.8-x64\publish
|
||||
|
||||
|
||||
appveyor PushArtifact Ombi_windows.zip
|
||||
|
||||
|
||||
appveyor PushArtifact Ombi_osx.zip
|
||||
|
||||
|
||||
appveyor PushArtifact Ombi_ubuntu.zip
|
||||
|
||||
|
||||
appveyor PushArtifact Ombi_debian.zip
|
||||
|
||||
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.nuget\packages'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue