microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
459 stars 81 forks source link

Fix project reference protocol for outer build nodes #429

Closed DmitriyShepelev closed 1 year ago

DmitriyShepelev commented 1 year ago

Semi-related issue: https://github.com/dotnet/msbuild/issues/4344

Fix project reference protocol for outer build nodes. This change ensures that the set of targets to call for the outer build of a multitargeting node referenced by a Microsoft.Build.Traversal SDK-importing dirs.proj contains the default targets.

Before: image

After: f0ae77a7-1c89-4fac-a847-53b73579d236