Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3ef271

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎scripts/verify-nupkgs.ps1

Copy file name to clipboardExpand all lines: scripts/verify-nupkgs.ps1
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/package/nuspec/TestPlatform.CLI.nuspec
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.