xamarin-macios/dotnet/Microsoft.tvOS.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.tvOS.Sdk.props [dotnet] Reorder imports to account for that our targets are imported earlier in the build process. 2020-11-10 11:41:30 +01:00
Microsoft.tvOS.Sdk.targets [dotnet] Implement a workaround for .NET's lack of extensibility for 'dotnet run'. (#12458) 2021-08-17 16:50:37 +02:00