We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aadf75 commit 996eb14Copy full SHA for 996eb14
eng/common/scripts/Package-Properties.ps1
@@ -119,7 +119,7 @@ class PackageProps {
119
$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot ".." ".." "..")
120
121
$ciFolderPath = Join-Path -Path $RepoRoot -ChildPath (Join-Path "sdk" $this.ServiceDirectory)
122
- $ciFiles = Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File
+ $ciFiles = @(Get-ChildItem -Path $ciFolderPath -Filter "ci*.yml" -File)
123
$ciArtifactResult = $null
124
$soleCIYml = ($ciFiles.Count -eq 1)
125
0 commit comments