From 50707f7d802c0c7a5d4e6696d3153c4c3c7a53ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 30 Sep 2024 16:10:24 +0200 Subject: [PATCH] Fix MSTest hook to be always generated (#3889) --- .../MSTest.TestAdapter/build/common/MSTest.TestAdapter.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapter/MSTest.TestAdapter/build/common/MSTest.TestAdapter.props b/src/Adapter/MSTest.TestAdapter/build/common/MSTest.TestAdapter.props index aa75379c85..5d661becfe 100644 --- a/src/Adapter/MSTest.TestAdapter/build/common/MSTest.TestAdapter.props +++ b/src/Adapter/MSTest.TestAdapter/build/common/MSTest.TestAdapter.props @@ -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 --> - + MSTest Microsoft.VisualStudio.TestTools.UnitTesting.TestingPlatformBuilderHook