mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
appveyor change
This commit is contained in:
parent
99c04e389f
commit
49e07e44d7
1 changed files with 12 additions and 6 deletions
18
appveyor.yml
18
appveyor.yml
|
@ -6,15 +6,25 @@ assembly_info:
|
||||||
assembly_version: '2.2.0'
|
assembly_version: '2.2.0'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '2.2.0'
|
assembly_informational_version: '2.2.0'
|
||||||
|
|
||||||
|
project: Ombi/Ombi.sln
|
||||||
before_build:
|
before_build:
|
||||||
|
- cmd: dotnet restore
|
||||||
|
- cmd: npm install
|
||||||
- cmd: appveyor-retry nuget restore
|
- cmd: appveyor-retry nuget restore
|
||||||
build:
|
build:
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
after_build:
|
after_build:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
7z a Ombi.zip %APPVEYOR_BUILD_FOLDER%\Ombi.UI\bin\Release\
|
7z a OmbiWidnows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish
|
||||||
|
7z a OmbiUbuntu.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\ubuntu.16.10-x64\publish
|
||||||
|
7z a OmbiOsx.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\osx.10.12-x64\publish
|
||||||
|
7z a OmbiDebian.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\debian.8-x64\publish
|
||||||
|
|
||||||
appveyor PushArtifact Ombi.zip
|
appveyor PushArtifact OmbiWindows.zip
|
||||||
|
appveyor PushArtifact OmbiUbuntu.zip
|
||||||
|
appveyor PushArtifact OmbiOsx.zip
|
||||||
|
appveyor PushArtifact OmbiDebian.zip
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
|
@ -24,7 +34,3 @@ deploy:
|
||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
- provider: Environment
|
|
||||||
name: Microserver
|
|
||||||
on:
|
|
||||||
branch: dev
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue