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 committed Sep 30, 2024
1 parent 6da3be7 commit 50707f7
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 50707f7

Please sign in to comment.