mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Build: Cleaning up the windows host toolings on linux
This commit is contained in:
parent
145967f5c6
commit
7d63a4d254
@ -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),
|
||||
|
@ -18,4 +18,9 @@
|
||||
<Target Name="Pack" />
|
||||
<Target Name="Restore" />
|
||||
<Target Name="Publish" />
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="@(Compile)" />
|
||||
<Compile Remove="*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user