File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -690,10 +690,10 @@ function PlaceWindowsNativeBinaries
690
690
$RuntimePathARM = New-Item - ItemType Directory - Path (Join-Path $PackageRoot - ChildPath ' runtimes/win-arm/native' ) - Force
691
691
$RuntimePathARM64 = New-Item - ItemType Directory - Path (Join-Path $PackageRoot - ChildPath ' runtimes/win-arm64/native' ) - Force
692
692
693
- Copy-Item " $BinFolderX64 \*" - Destination $RuntimePathX64 - Verbose
694
- Copy-Item " $BinFolderX86 \*" - Destination $RuntimePathX86 - Verbose
695
- Copy-Item " $BinFolderARM \*" - Destination $RuntimePathARM - Verbose
696
- Copy-Item " $BinFolderARM64 \*" - Destination $RuntimePathARM64 - Verbose
693
+ Copy-Item " $BinFolderX64 \*" - Destination $RuntimePathX64 - Verbose - Exclude ' *.pdb '
694
+ Copy-Item " $BinFolderX86 \*" - Destination $RuntimePathX86 - Verbose - Exclude ' *.pdb '
695
+ Copy-Item " $BinFolderARM \*" - Destination $RuntimePathARM - Verbose - Exclude ' *.pdb '
696
+ Copy-Item " $BinFolderARM64 \*" - Destination $RuntimePathARM64 - Verbose - Exclude ' *.pdb '
697
697
}
698
698
699
699
<#
You can’t perform that action at this time.
0 commit comments