mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed
This commit is contained in:
parent
7825a5b9f1
commit
9144b2816f
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ assembly_info:
|
|||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '2.2.0'
|
||||
|
||||
project: Ombi/Ombi.sln
|
||||
|
||||
before_build:
|
||||
- cmd: dotnet restore
|
||||
- cmd: npm install
|
||||
|
@ -18,6 +18,7 @@ before_build:
|
|||
|
||||
build:
|
||||
verbosity: minimal
|
||||
project: Ombi/Ombi.sln
|
||||
after_build:
|
||||
- cmd: >-
|
||||
7z a OmbiWidnows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.0\win10-x64\publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue