Try again

This commit is contained in:
TidusJar 2017-07-27 21:27:42 +01:00
commit 9d435ccc0f
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ after_build:
- dotnet publish -c Release -r centos.7-x64 - dotnet publish -c Release -r centos.7-x64
- dotnet publish "../Ombi.Updater" -c Release -r win10-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 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 debian.8-x64
- dotnet publish "../Ombi.Updater" -c Release -r centos.7-x64 - dotnet publish "../Ombi.Updater" -c Release -r centos.7-x64
# Copy over the updater files so we can include them in the .zip # Copy over the updater files so we can include them in the .zip
@ -89,8 +89,8 @@ after_build:
cache: #cache:
- '%USERPROFILE%\.nuget\packages' #- '%USERPROFILE%\.nuget\packages'
deploy: deploy:
- provider: GitHub - provider: GitHub
release: Ombi v$(appveyor_build_version) release: Ombi v$(appveyor_build_version)

View file

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <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> <TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup> </PropertyGroup>