Skip to content

Commit

Permalink
Fix MSTest hook to be always generated (#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Sep 30, 2024
1 parent d6d6bd2 commit 538def3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DO NOT CHANGE THE GUID, IT'S A WELL KNOWN EXTENSION POINT AND THIS EXTENSION NEEDS TO BE REGISTERED AT THE END
WE HAVE CODE INSIDE THE TASK 'TestingPlatformEntryPoint' TO ENSURE THE ORDER OF THE REGISTRATION BASED ON THIS GUID
-->
<TestingPlatformBuilderHook Include="031F8871-2660-4208-8F6B-FC142B40ABFF" Condition=" $(GenerateTestingPlatformEntryPoint) == 'true' " >
<TestingPlatformBuilderHook Include="031F8871-2660-4208-8F6B-FC142B40ABFF">
<DisplayName>MSTest</DisplayName>
<TypeFullName>Microsoft.VisualStudio.TestTools.UnitTesting.TestingPlatformBuilderHook</TypeFullName>
</TestingPlatformBuilderHook>
Expand Down

0 comments on commit 538def3

Please sign in to comment.