mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix CI issue
This commit is contained in:
parent
0e70781559
commit
7de9d25415
1 changed files with 3 additions and 0 deletions
|
|
@ -143,6 +143,8 @@
|
|||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<!-- It can cause CI issue so we comment it since CI will build the whole solution and command project will be built as well -->
|
||||
<!--
|
||||
<Target Name="BuildCommandProject" BeforeTargets="Build">
|
||||
<MSBuild
|
||||
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
|
||||
|
|
@ -150,5 +152,6 @@
|
|||
BuildInParallel="false"
|
||||
Properties="Platform=$(Platform);Configuration=$(Configuration)" />
|
||||
</Target>
|
||||
-->
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue