We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62e0e7 commit 9ee0ec1Copy full SHA for 9ee0ec1
1 file changed
tools/Convert-PDB.ps1
@@ -40,7 +40,7 @@ if ($outputDirectory) {
40
New-Item -ItemType Directory -Force -Path $outputDirectory | Out-Null
41
}
42
43
-$toolpath = "$pdb2pdbpath/tools/Pdb2Pdb.exe"
+$toolpath = Join-Path $pdb2pdbpath 'tools\Pdb2Pdb.exe'
44
$arguments = $DllPath, '/out', $OutputPath, '/nowarn', '0021'
45
if ($PdbPath) {
46
$arguments += '/pdb', $PdbPath
0 commit comments