Skip to content

Commit 137da4f

Browse files
committed
Updating the strip symbols script to look for the changed Binaries location now that we have moved over to git.
1 parent de85a80 commit 137da4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/nuget/rename_stripped_pdbs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$files=get-childitem ..\..\..\Binaries *.pub.pdb -rec | where-object {!($_psiscontainer)} | foreach-object -process { $_.FullName }
1+
$files=get-childitem ..\..\Binaries *.pub.pdb -rec | where-object {!($_psiscontainer)} | foreach-object -process { $_.FullName }
22
foreach($file in $files)
33
{
44
$newFileName = $file -replace '\.pub\.pdb', '.pdb'

0 commit comments

Comments
 (0)