xamarin-macios/tests/msbuild/Xamarin.MacDev.Tests
Rolf Bjarne Kvinge 7dc2d9af61
[msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831)
We need to strongname our MSBuild assemblies, so that different versions
can be loaded side-by-side (one example being having both a legacy and a
.NET project in the same solution).

This required setting a version for Xamarin.iOS.Tasks.dll and
Xamarin.Mac.Tasks.dll, otherwise strong-naming won't work properly (all
versions of an assembly would have the same identity).

Also sign the corresponding test assemblies, since they poke into the
internals of the task assemblies.

Fixes https://github.com/xamarin/xamarin-macios/issues/9835.
2021-09-28 17:31:35 +02:00
..
ProjectsTests Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
TargetTests [tests] Add test case for making sure we have the right bundle identifier when executing DetectSigningIdentity. Fixes #12051. (#12655) 2021-09-08 15:46:59 +02:00
TestHelpers [msbuild] Add a public target/property to make customers able to add to the PartialAppManifest item group in their own targets. Fixes #12336. (#12645) 2021-09-08 09:16:57 +02:00
DotnetTest.cs [CI] Allow to ignore tests if dotnet is enabled. (#11604) 2021-05-20 09:37:22 -04:00
MSBuild-Smoke.cs [xcode12.5] Initial bump for beta 1 (#10573) 2021-02-05 20:30:24 -05:00
RoslynSmokeTests.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
RuntimeTests.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Xamarin.MacDev.Tests.csproj [msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831) 2021-09-28 17:31:35 +02:00