Skip to content

Commit

Permalink
Attempt to support xlf files with git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron authored Oct 15, 2024
1 parent 03fd1b2 commit 2d27cea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/Auto_load_versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ $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
# Get-ChildItem -Recurse -Filter "*.xlf" | Remove-Item
git lfs track "**/*.xlf"

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

Expand All @@ -108,4 +109,4 @@ $Versions | Sort-Object -Property Country, Version | % {
}
}



0 comments on commit 2d27cea

Please sign in to comment.