We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ba29 commit 9119998Copy full SHA for 9119998
Flow.Launcher/Flow.Launcher.csproj
@@ -142,4 +142,13 @@
142
<Analyzer Include="@(FilteredAnalyzer)" />
143
</ItemGroup>
144
</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
154
</Project>
0 commit comments