From 4a533d2d55aec74fecc43aec4031277d8212300c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Tue, 25 Aug 2026 14:32:39 +0200 Subject: [PATCH] Declare PlatformServices as non-packable Document that MSTest.TestAdapter bundles the assembly and prevent standalone package generation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 05d06302-12f7-4db0-a3a7-8923510820f9 --- .../MSTestAdapter.PlatformServices.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj b/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj index 9144dc4f3e..99ae189a4b 100644 --- a/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj +++ b/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj @@ -13,6 +13,8 @@ Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices $(DefineConstants);TRACE + + false $(DefineConstants);EXCLUDE_OS_POLYFILL true