Skip to content

Commit 87baf58

Browse files
committed
Include pdb with SosThreadingTools
1 parent 162a4b6 commit 87baf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/artifacts/deployables.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (Test-Path $SosThreadingToolsRoot) {
1717
$ArchiveLayout = "$RepoRoot\obj\SosThreadingTools\ArchiveLayout"
1818
if (Test-Path $ArchiveLayout) { Remove-Item -Force $ArchiveLayout -Recurse }
1919
New-Item -Path $ArchiveLayout -ItemType Directory | Out-Null
20-
Copy-Item -Force -Path "$SosThreadingToolsRoot" -Recurse -Exclude "DllExport.dll","*.pdb","*.xml" -Destination $ArchiveLayout
20+
Copy-Item -Force -Path "$SosThreadingToolsRoot" -Recurse -Exclude "DllExport.dll","*.xml" -Destination $ArchiveLayout
2121
Rename-Item -Path $ArchiveLayout\net472 $ArchiveLayout\SosThreadingTools
2222
Get-ChildItem -Path $ArchiveLayout\symstore -Recurse | Remove-Item
2323
Compress-Archive -Force -Path $ArchiveLayout\SosThreadingTools -DestinationPath $ArchivePath

0 commit comments

Comments
 (0)