-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Labels
External: dotnet test`dotnet test` integration`dotnet test` integration
Description
I have a custom MSBuild target that I call ReportGenerator with, which is defined with AfterTargets="InvokeTestingPlatform"
, but it isn't firing.
I tried to debug this with an MSBuild binary log, but the log doesn't appear to contain any trace of the InvokeTestingPlatform
target.
I ran dotnet test -bl
, which generates msbuild.binlog
and msbuild-dotnet-test.binlog
, but neither find the InvokeTestingPlatform
target in it, but I know it's running as I can see the effects of another target I have that is defined with BeforeTargets="_MTPAddArguments;InvokeTestingPlatform"
.
I can see the MTP build in msbuild.binlog
:

But msbuild-dotnet-test.binlog
doesn't appear to contain anything other than evaluation:

Metadata
Metadata
Assignees
Labels
External: dotnet test`dotnet test` integration`dotnet test` integration