xamarin-macios/dotnet/Microsoft.iOS.Sdk/targets
Rolf Bjarne Kvinge 9930ddc6dd
[dotnet] Implement a workaround for .NET's lack of extensibility for 'dotnet run'. (#12458)
.NET doesn't support executing other targets/tasks when doing "dotnet run".
However, we need to (like we do for our current "Run" target), so implement a
rather simplistic/hacky workaround by making "dotnet run" just do "dotnet
build /t:Run".

It doesn't support everything that "dotnet run" does (for instance it doesn't
support the /no-build flag), but it should work for most use cases.

Ref: https://github.com/dotnet/sdk/issues/18436
2021-08-17 16:50:37 +02:00
..
Microsoft.iOS.Sdk.props [build] Create Microsoft.iOS.Windows.Sdk workload pack (#11251) 2021-04-27 07:44:51 +02:00
Microsoft.iOS.Sdk.targets [dotnet] Implement a workaround for .NET's lack of extensibility for 'dotnet run'. (#12458) 2021-08-17 16:50:37 +02:00