Skip to content

Commit

Permalink
Fix LocBin to not fail before a build occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 16, 2024
1 parent a7dbfbc commit c7fe3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/artifacts/LocBin.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Identify LCE files and the binary files they describe
$BinRoot = [System.IO.Path]::GetFullPath("$PSScriptRoot\..\..\bin")
if (!(Test-Path $BinRoot)) { return }

$FilesToCopy = @()
$FilesToCopy += Get-ChildItem -Recurse -File -Path $BinRoot |? { $_.FullName -match '\\Localize\\' }

Expand Down

0 comments on commit c7fe3ec

Please sign in to comment.