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 de85a80 commit 137da4fCopy full SHA for 137da4f
Release/nuget/rename_stripped_pdbs.ps1
@@ -1,4 +1,4 @@
1
-$files=get-childitem ..\..\..\Binaries *.pub.pdb -rec | where-object {!($_psiscontainer)} | foreach-object -process { $_.FullName }
+$files=get-childitem ..\..\Binaries *.pub.pdb -rec | where-object {!($_psiscontainer)} | foreach-object -process { $_.FullName }
2
foreach($file in $files)
3
{
4
$newFileName = $file -replace '\.pub\.pdb', '.pdb'
0 commit comments