mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
try again
This commit is contained in:
parent
41e91efb84
commit
5b68c4c5e4
1 changed files with 8 additions and 2 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -20,9 +20,15 @@ after_build:
|
||||||
- dotnet publish -c Release -r ubuntu.16.10-x64
|
- dotnet publish -c Release -r ubuntu.16.10-x64
|
||||||
- dotnet publish -c Release -r debian.8-x64
|
- dotnet publish -c Release -r debian.8-x64
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
7z a OmbiWidnows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish
|
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 OmbiWindows.zip
|
appveyor PushArtifact Ombi_windows.zip
|
||||||
|
appveyor PushArtifact Ombi_osx.zip
|
||||||
|
appveyor PushArtifact Ombi_ubuntu.zip
|
||||||
|
appveyor PushArtifact Ombi_debian.zip
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.nuget\packages'
|
- '%USERPROFILE%\.nuget\packages'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue