Skip to content

Commit

Permalink
Merge pull request #7443 from dotnet/dev/jaredpar/ps
Browse files Browse the repository at this point in the history
Fixed line break issue
  • Loading branch information
jaredpar authored Oct 16, 2024
2 parents 82cdc84 + 679b1c8 commit 5dd0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/Scripts/CopyAllResourceStrings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $xlfDirectories | ForEach-Object {
};

$resxFiles = Get-ChildItem -Filter *.resx -File -Recurse $destinationSrcDirectory `
| ForEach-Object { $_.FullName }
| ForEach-Object { $_.FullName } `
| ForEach-Object { [System.IO.Path]::GetRelativePath($destinationRepo, $_) };

$resxFiles | ForEach-Object {
Expand Down

0 comments on commit 5dd0dd5

Please # to comment.