We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79adf8 commit 789bf87Copy full SHA for 789bf87
extension/BuildPhpExtension/private/Add-Package.ps1
@@ -59,7 +59,7 @@ function Add-Package {
59
}
60
61
Get-ChildItem -Path ..\deps\bin -Recurse -Include "*.pdb" | ForEach-Object {
62
- if(Test-Path "artifacts\$($_.Name.Split('.')[0]).dll") {
+ if(Test-Path "artifacts\$($_.Name.Replace('.pdb', '.dll'))") {
63
Copy-Item -Path $_.FullName -Destination artifacts -Force
64
65
0 commit comments