Skip to content

Commit bcdb033

Browse files
authored
[rel/3.6] Only ship TestAdapter related resources (#4013)
1 parent e5a6b1e commit bcdb033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/verify-nupkgs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Confirm-NugetPackages {
2222
"MSTest.Sdk" = 15;
2323
"MSTest.Internal.TestFx.Documentation" = 10;
2424
"MSTest.TestFramework" = 130;
25-
"MSTest.TestAdapter" = 167;
25+
"MSTest.TestAdapter" = 76;
2626
"MSTest" = 6;
2727
"MSTest.Analyzers" = 10;
2828
}

src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
<file src="net462\Microsoft.TestPlatform.AdapterUtilities.dll" target="build\net462\" />
9494

9595
<!-- Localization -->
96-
<!-- All TFMs share the same resx + TestAdapter depends on PlatformServices + TestFramework so all resources are available -->
97-
<file src="net462\**\*.resources.dll" target="\build\_localization\" />
96+
<!-- All TFMs share the same resx, copy only TestAdapter TestAdapter.PlatformServices, do NOT copy TestFramework and other dependency resource dlls. -->
97+
<file src="net462\**\Microsoft.VisualStudio.TestPlatform.*Adapter*.resources.dll" target="\build\_localization\" />
9898

9999
<!-- Source code -->
100100
<file src="$srcroot$\**\*.cs" target="src" />

0 commit comments

Comments
 (0)