xamarin-macios/tests/msbuild/Xamarin.MacDev.Tasks.Tests
Rolf Bjarne Kvinge 6c2a7a9eac
[msbuild] The DTPlatformName is supposed to be 'macosx' for Mac Catalyst. (#20720)
Change how we compute DTPlatformName so that it's 'macosx' for Mac Catalyst.
The PlatformUtils.GetTargetPlatform returns SdkPlatform for all platforms
except Mac Catalyst, where it returns the same as for macOS (i.e. 'macosx').
It also returns a lowercased value, so we don't need to do that either.

This is a partial fix for https://github.com/xamarin/xamarin-macios/issues/20714.
2024-06-17 20:19:06 +02:00
..
Resources [msbuild] Add support for `.xcframework` (#10046) 2020-11-30 13:44:03 -05:00
TaskTests [msbuild] The DTPlatformName is supposed to be 'macosx' for Mac Catalyst. (#20720) 2024-06-17 20:19:06 +02:00
TestHelpers Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
AssemblySetup.cs [tests] Split the iOS msbuild tests in two. (#9860) 2020-10-15 08:45:43 +02:00
FrameworkListTest.cs [msbuild] Move *.targets, *.props and FrameworkList.xml files to a common directory. (#17860) 2023-03-30 18:25:14 +02:00
UtilityTests.cs [autoformat] Add msbuild tests. (#16717) 2022-11-14 08:58:59 +01:00
VerbosityTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Xamarin.MacDev.Tasks.Tests.csproj [msbuild] Move all tasks from Xamarin.[iOS|Mac].Tasks into Xamarin.MacDev.Tasks. (#20118) 2024-02-22 16:34:17 +01:00