xamarin-macios/tests/framework-test
Rolf Bjarne Kvinge bc2a5e2251
[xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514)
This fixes a problem where we'd build the same project reference from
dotnet-shared.csproj in parallel, and each build would stomp on eachother
(because we'll now clone the project references in dotnet-shared.csproj).

This als required updating project files to use MSBuildThisFileDirectory
instead of MSBuildProjectDirectory, which makes it easier for xharness to
inline/process these files, because MSBuildThisFileDirectory is easy to know
when processing a file, while MSBuildProjectDirectory depends on the calling
project, which complicates matters significantly.

A fix in MonoTouch.Dialog was also required.

New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@59fbf5b [dotnet] Shared project files don't need the DefaultTargets/ToolsVersion/xmlns attributes.

Diff: 4d0e0a9a5f..59fbf5bb1b

Fixes https://github.com/xamarin/maccore/issues/2527.
2021-12-16 19:01:39 +01:00
..
dotnet [xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514) 2021-12-16 19:01:39 +01:00
iOS [tests] Modify a few test directories with multiple projects to have the projects in subfolders. (#12921) 2021-10-05 18:06:35 +02:00
macOS [tests] Modify a few test directories with multiple projects to have the projects in subfolders. (#12921) 2021-10-05 18:06:35 +02:00