Skip to content

Commit 73f0e30

Browse files
committed
Remove unnecessary code comments
1 parent 477bd9e commit 73f0e30

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,4 @@
193193
</ItemGroup>
194194
</Target>
195195

196-
<!-- It can cause CI issue so we comment it since CI will build the whole solution and command project will be built as well -->
197-
<!--
198-
<Target Name="BuildCommandProject" BeforeTargets="Build">
199-
<MSBuild
200-
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
201-
Targets="Build"
202-
BuildInParallel="false"
203-
Properties="Platform=$(Platform);Configuration=$(Configuration)" />
204-
</Target>
205-
-->
206-
207196
</Project>

0 commit comments

Comments
 (0)