Build: Cleaning up the windows host toolings on linux

This commit is contained in:
Zoe Roux 2021-09-01 18:07:05 +02:00
parent 145967f5c6
commit 7d63a4d254
2 changed files with 5 additions and 1 deletions

View File

@ -263,7 +263,6 @@ namespace Kyoo.Core
builder
.WriteTo.Console(new ExpressionTemplate(template, theme: TemplateTheme.Code))
.WriteTo.Debug()
.WriteTo.File(
path: Path.Combine(GetDataDirectory(), "logs", "log-.log"),
formatter: new ExpressionTemplate(template),

View File

@ -18,4 +18,9 @@
<Target Name="Pack" />
<Target Name="Restore" />
<Target Name="Publish" />
<ItemGroup>
<None Include="@(Compile)" />
<Compile Remove="*" />
</ItemGroup>
</Project>