mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
redo dotnet publish targets
This commit is contained in:
parent
13b6bee0eb
commit
905c4b895b
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ before_build:
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet build
|
- dotnet build
|
||||||
after_build:
|
after_build:
|
||||||
- dotnet publish -c Release /p:AppRuntimeIdentifier=win10-x64
|
- dotnet publish -c Release -r win10-x64
|
||||||
- dotnet publish -c Release /p:AppRuntimeIdentifier=osx.10.12-x64
|
- dotnet publish -c Release -r osx.10.12-x64
|
||||||
- dotnet publish -c Release /p:AppRuntimeIdentifier=ubuntu.16.10-x64
|
- dotnet publish -c Release -r ubuntu.16.10-x64
|
||||||
- dotnet publish -c Release /p:AppRuntimeIdentifier=debian.8-x64
|
- dotnet publish -c Release -r debian.8-x64
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish
|
7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\Ombi\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue