mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Build command project before main project
This commit is contained in:
parent
8eaaf91db7
commit
0e70781559
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
|||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="BuildCommandProject" AfterTargets="Build">
|
||||
<Target Name="BuildCommandProject" BeforeTargets="Build">
|
||||
<MSBuild
|
||||
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
|
||||
Targets="Build"
|
||||
|
|
|
|||
Loading…
Reference in a new issue