Remove unnecessary code comments

This commit is contained in:
Jack251970 2025-10-05 19:20:20 +08:00
parent 477bd9e458
commit 73f0e302fc

View file

@ -193,15 +193,4 @@
</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"
Targets="Build"
BuildInParallel="false"
Properties="Platform=$(Platform);Configuration=$(Configuration)" />
</Target>
-->
</Project>