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
|
builder
|
||||||
.WriteTo.Console(new ExpressionTemplate(template, theme: TemplateTheme.Code))
|
.WriteTo.Console(new ExpressionTemplate(template, theme: TemplateTheme.Code))
|
||||||
.WriteTo.Debug()
|
|
||||||
.WriteTo.File(
|
.WriteTo.File(
|
||||||
path: Path.Combine(GetDataDirectory(), "logs", "log-.log"),
|
path: Path.Combine(GetDataDirectory(), "logs", "log-.log"),
|
||||||
formatter: new ExpressionTemplate(template),
|
formatter: new ExpressionTemplate(template),
|
||||||
|
@ -18,4 +18,9 @@
|
|||||||
<Target Name="Pack" />
|
<Target Name="Pack" />
|
||||||
<Target Name="Restore" />
|
<Target Name="Restore" />
|
||||||
<Target Name="Publish" />
|
<Target Name="Publish" />
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="@(Compile)" />
|
||||||
|
<Compile Remove="*" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user