mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
cahnge 2
This commit is contained in:
parent
49e07e44d7
commit
7825a5b9f1
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue