Skip to content

Commit 996eb14

Browse files
scbeddazure-sdk
authored andcommitted
we need to ensure that this thing is an array
1 parent 7aadf75 commit 996eb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Package-Properties.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class PackageProps {
119119
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..")
120120

121121
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)
122-
$ciFiles = Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File
122+
$ciFiles = @(Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File)
123123
$ciArtifactResult = $null
124124
$soleCIYml = ($ciFiles.Count -eq 1)
125125

0 commit comments

Comments
 (0)