Skip to content

Commit 7de9d25

Browse files
committed
Fix CI issue
1 parent 0e70781 commit 7de9d25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,15 @@
143143
</ItemGroup>
144144
</Target>
145145

146+
<!-- It can cause CI issue so we comment it since CI will build the whole solution and command project will be built as well -->
147+
<!--
146148
<Target Name="BuildCommandProject" BeforeTargets="Build">
147149
<MSBuild
148150
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
149151
Targets="Build"
150152
BuildInParallel="false"
151153
Properties="Platform=$(Platform);Configuration=$(Configuration)" />
152154
</Target>
155+
-->
153156

154157
</Project>

0 commit comments

Comments
 (0)