mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing log timing
This commit is contained in:
parent
d19387c8ea
commit
4f9a7981ca
@ -62,13 +62,13 @@
|
||||
<Content Remove="$(SpaRoot)**" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="Log Windows" Condition="'$(IsWindows)' == 'true'">
|
||||
<Target Name="Log Windows" Condition="'$(IsWindows)' == 'true'" BeforeTargets="BeforeResolveReferences">
|
||||
<Message Text="Building for Windows" />
|
||||
</Target>
|
||||
<Target Name="Log OSX" Condition="'$(IsOSX)' == 'true'">
|
||||
<Target Name="Log OSX" Condition="'$(IsOSX)' == 'true'" BeforeTargets="BeforeResolveReferences">
|
||||
<Message Text="Building for OSX" />
|
||||
</Target>
|
||||
<Target Name="Log Linux" Condition="'$(IsLinux)' == 'true'">
|
||||
<Target Name="Log Linux" Condition="'$(IsLinux)' == 'true'" BeforeTargets="BeforeResolveReferences">
|
||||
<Message Text="Building for Linux" />
|
||||
</Target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user