Skip to content

Commit 0e70781

Browse files
committed
Build command project before main project
1 parent 8eaaf91 commit 0e70781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</ItemGroup>
144144
</Target>
145145

146-
<Target Name="BuildCommandProject" AfterTargets="Build">
146+
<Target Name="BuildCommandProject" BeforeTargets="Build">
147147
<MSBuild
148148
Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
149149
Targets="Build"

0 commit comments

Comments
 (0)