mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Try again
This commit is contained in:
parent
165d3d4397
commit
9d435ccc0f
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ after_build:
|
|||
- dotnet publish -c Release -r centos.7-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r win10-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r osx.10.12-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r ubuntu.16.10-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r ubuntu.16.04-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r debian.8-x64
|
||||
- dotnet publish "../Ombi.Updater" -c Release -r centos.7-x64
|
||||
# Copy over the updater files so we can include them in the .zip
|
||||
|
@ -89,8 +89,8 @@ after_build:
|
|||
|
||||
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.nuget\packages'
|
||||
#cache:
|
||||
#- '%USERPROFILE%\.nuget\packages'
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
release: Ombi v$(appveyor_build_version)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RuntimeIdentifiers>win10-x64;osx.10.12-x64;ubuntu.16.10-x64;debian.8-x64;centos.7-x64;</RuntimeIdentifiers>
|
||||
<RuntimeIdentifiers>win10-x64;osx.10.12-x64;ubuntu.16.04-x64;debian.8-x64;centos.7-x64;</RuntimeIdentifiers>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue