Skip to content

Commit 48485bc

Browse files
authored
Stop using the alias ls for Get-ChildItem
because `ls` is broken on machines that have that on the path.
1 parent e5d1247 commit 48485bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ foreach ($sample in Get-ChildItem sample/*) {
4545
Pop-Location
4646
}
4747

48-
foreach ($test in ls test/*.Tests) {
48+
foreach ($test in Get-ChildItem test/*.Tests) {
4949
Push-Location $test
5050

5151
Write-Host "build: Testing project in $test"

0 commit comments

Comments
 (0)