Skip to content

Commit

Permalink
[rel/17.4] Remove portable CPP adapter and dbghelp (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Sep 20, 2022
1 parent 41db8f8 commit e3ef271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/verify-nupkgs.ps1
Expand Up @@ -16,7 +16,7 @@ function Verify-Nuget-Packages($packageDirectory, $version)
"Microsoft.NET.Test.Sdk" = 16;
"Microsoft.TestPlatform" = 602;
"Microsoft.TestPlatform.Build" = 21;
"Microsoft.TestPlatform.CLI" = 499;
"Microsoft.TestPlatform.CLI" = 479;
"Microsoft.TestPlatform.Extensions.TrxLogger" = 35;
"Microsoft.TestPlatform.ObjectModel" = 93;
"Microsoft.TestPlatform.AdapterUtilities" = 34;
Expand Down
3 changes: 2 additions & 1 deletion src/package/nuspec/TestPlatform.CLI.nuspec
Expand Up @@ -29,6 +29,7 @@
<!-- Add a third party notice file -->
<file src="ThirdPartyNotices.txt" target="" />

<file src="$TargetFramework$\**\*.*" exclude="**\*.pdb" target="contentFiles\any\$TargetFramework$" />
<!-- excluding dbghelp and cpp as they cannot be re-distributed with sdk, but need to be distributed with VS -->
<file src="$TargetFramework$\**\*.*" exclude="**\*.pdb;**\dbghelp.dll;**\*TestTools.CppUnitTestFramework*" target="contentFiles\any\$TargetFramework$" />
</files>
</package>

0 comments on commit e3ef271

Please sign in to comment.