You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If MTP isn't opted-in, Microsoft.Testing.Platform.MSBuild.CustomTestTarget.targets shouldn't be imported.
A user defining Test target for all their projects via props will break when we import our CustomTestTarget. The target has a condition that will evaluate to false, then MSBuild will complain:
error MSB4057: The target "Test" does not exist in the project.
The text was updated successfully, but these errors were encountered:
If MTP isn't opted-in,
Microsoft.Testing.Platform.MSBuild.CustomTestTarget.targets
shouldn't be imported.A user defining
Test
target for all their projects via props will break when we import our CustomTestTarget. The target has a condition that will evaluate to false, then MSBuild will complain:The text was updated successfully, but these errors were encountered: