Skip to content

Commit

Permalink
Remove .xlf again, as it exceeds the LFS limits
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron authored Oct 15, 2024
1 parent 2d27cea commit efc989d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/Auto_load_versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ $Versions | Sort-Object -Property Country, Version | % {
& "scripts/UpdateALRepo.ps1" -SourcePath $TargetPathOfVersion -RepoPath (Split-Path $PSScriptRoot -Parent) -Version $version -Localization $country
& "scripts/BuildTestsWorkSpace.ps1"

# Get-ChildItem -Recurse -Filter "*.xlf" | Remove-Item
git lfs track "**/*.xlf"
Get-ChildItem -Recurse -Filter "*.xlf" | Remove-Item

"$($country)-$($version.ToString())" > version.txt

Expand Down

0 comments on commit efc989d

Please sign in to comment.