xamarin-macios/tools/mlaunch
Přemek Vysoký 0a65331ca7
[devops] Publish mlaunch as .nupkg during main build (#11851)
Packages the mlaunch that was built during the pipeline previously as a .nupkg and publishes it into the [dotnet-eng feed](https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet-eng):
- Version contains the maccore commit SHA
- If this SHA is already published in the feed, packaging and publishing is skipped

Target package: https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-eng&package=Microsoft.DotNet.Mlaunch&protocolType=NuGet (will show up after main build completes)

https://github.com/dotnet/core-eng/issues/13150
2021-06-10 18:29:59 +02:00
..
nupkg [devops] Publish mlaunch as .nupkg during main build (#11851) 2021-06-10 18:29:59 +02:00
Makefile [mlaunch] Fix conditional makefile logic. (#11668) 2021-05-25 21:31:47 +02:00
README.md Put a binary copy of mlaunch in macios-binaries instead of in Azure. Fixes #3316. (#3877) 2018-04-10 09:53:11 +02:00

README.md

mlaunch

mlaunch is a closed source tool used to interact with simulators and devices.

We'll build this tool from souce if the xamarin build is enabled (configured with --enable-xamarin).

Otherwise we'll get a binary version from the macios-binaries repository. This version may be somewhat out of date, but should work at least for running tests.

To update the binary version of mlaunch in macios-binaries execute make publish in this directory (when the xamarin build is enabled, so that mlaunch is built from source).