mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary code comments
This commit is contained in:
parent
477bd9e458
commit
73f0e302fc
1 changed files with 0 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue