mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
fixed the yml
This commit is contained in:
parent
3fefe86292
commit
b824498478
2 changed files with 4 additions and 8 deletions
|
@ -18,10 +18,6 @@
|
|||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="wwwroot\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Ombi.Core\Ombi.Core.csproj" />
|
||||
<ProjectReference Include="..\Ombi.DependencyInjection\Ombi.DependencyInjection.csproj" />
|
||||
|
|
|
@ -21,10 +21,10 @@ before_build:
|
|||
build_script:
|
||||
- dotnet build
|
||||
after_build:
|
||||
- dotnet publish -c Release -r win10-x64
|
||||
- dotnet publish -c Release -r osx.10.12-x64
|
||||
- dotnet publish -c Release -r ubuntu.16.10-x64
|
||||
- dotnet publish -c Release -r debian.8-x64
|
||||
- dotnet publish -c Release -r win10-x64
|
||||
- dotnet publish -c Release -r osx.10.12-x64
|
||||
- dotnet publish -c Release -r ubuntu.16.10-x64
|
||||
- dotnet publish -c Release -r debian.8-x64
|
||||
- cmd: >-
|
||||
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