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 477bd9e commit 73f0e30Copy full SHA for 73f0e30
Flow.Launcher/Flow.Launcher.csproj
@@ -193,15 +193,4 @@
193
</ItemGroup>
194
</Target>
195
196
- <!-- It can cause CI issue so we comment it since CI will build the whole solution and command project will be built as well -->
197
- <!--
198
- <Target Name="BuildCommandProject" BeforeTargets="Build">
199
- <MSBuild
200
- Projects="..\Flow.Launcher.Command\Flow.Launcher.Command.csproj"
201
- Targets="Build"
202
- BuildInParallel="false"
203
- Properties="Platform=$(Platform);Configuration=$(Configuration)" />
204
- </Target>
205
- -->
206
-
207
</Project>
0 commit comments