mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Build command project after main project
This commit is contained in:
parent
478ba29966
commit
911999810c
1 changed files with 9 additions and 0 deletions
|
|
@ -142,4 +142,13 @@
|
|||
<Analyzer Include="@(FilteredAnalyzer)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="BuildCommandProject" AfterTargets="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