Skip to content

Commit 9119998

Browse files
committed
Build command project after main project
1 parent 478ba29 commit 9119998

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,13 @@
142142
<Analyzer Include="@(FilteredAnalyzer)" />
143143
</ItemGroup>
144144
</Target>
145+
146+
<Target Name="BuildCommandProject" AfterTargets="Build">
147+
<MSBuild
148+
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
149+
Targets="Build"
150+
BuildInParallel="false"
151+
Properties="Platform=$(Platform);Configuration=$(Configuration)" />
152+
</Target>
153+
145154
</Project>

0 commit comments

Comments
 (0)