xamarin-macios/tests/msbuild
Rolf Bjarne Kvinge ab52bb2f45
[msbuild] Unify the DetectSdkLocations task logic between iOS and Mac. (#15256)
This was mostly a clean merge, with a few minor differences:

* We no longer compute whether we're running in the simulator or not when building for Mac Catalyst.
* The task now supports building remotely for macOS (due to code sharing).
  Will be useful if we ever support building macOS apps remotely.
* We now call AppleSdkSettings.Init () on macOS. No idea why we weren't
  before, but it seems logical for macOS to behave like our other platforms.

There shouldn't be any other functional differences.
2022-06-16 23:52:43 +02:00
..
Xamarin.MacDev.Tasks.Tests [msbuild] Unify the DetectSdkLocations task logic between iOS and Mac. (#15256) 2022-06-16 23:52:43 +02:00
Xamarin.MacDev.Tests Make our local .NET the default .NET for the build. (#15086) 2022-06-07 10:11:02 +02:00