Based on dotnet/msbuild#4865 and
|
bool copyContentTransitively = projectInstance.GetPropertyValue(MSBuildCopyContentTransitivelyPropertyName).Equals("true", StringComparison.OrdinalIgnoreCase); |
the legacy MSBuildCopyContentTransitively!={true|false} is not supported correctly by the predictor.
Based on dotnet/msbuild#4865 and
MSBuildPrediction/src/BuildPrediction/Predictors/GetCopyToOutputDirectoryItemsGraphPredictor.cs
Line 42 in 0099629
the legacy
MSBuildCopyContentTransitively!={true|false}is not supported correctly by the predictor.