Skip to content

Commit e3ef271

Browse files
authored
[rel/17.4] Remove portable CPP adapter and dbghelp (#4020)
1 parent 41db8f8 commit e3ef271

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/verify-nupkgs.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Verify-Nuget-Packages($packageDirectory, $version)
1616
"Microsoft.NET.Test.Sdk" = 16;
1717
"Microsoft.TestPlatform" = 602;
1818
"Microsoft.TestPlatform.Build" = 21;
19-
"Microsoft.TestPlatform.CLI" = 499;
19+
"Microsoft.TestPlatform.CLI" = 479;
2020
"Microsoft.TestPlatform.Extensions.TrxLogger" = 35;
2121
"Microsoft.TestPlatform.ObjectModel" = 93;
2222
"Microsoft.TestPlatform.AdapterUtilities" = 34;

src/package/nuspec/TestPlatform.CLI.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<!-- Add a third party notice file -->
3030
<file src="ThirdPartyNotices.txt" target="" />
3131

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

0 commit comments

Comments
 (0)