Skip to content

Commit

Permalink
Only ship TestAdapter related resources (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Nov 6, 2024
1 parent 0b1e3ef commit 766e40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Confirm-NugetPackages {
"MSTest.Sdk" = 15;
"MSTest.Internal.TestFx.Documentation" = 10;
"MSTest.TestFramework" = 130;
"MSTest.TestAdapter" = 102;
"MSTest.TestAdapter" = 76;
"MSTest" = 6;
"MSTest.Analyzers" = 10;
}
Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/MSTest.TestAdapter/MSTest.TestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
<file src="net462\Microsoft.TestPlatform.AdapterUtilities.dll" target="build\net462\" />

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

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

0 comments on commit 766e40e

Please sign in to comment.