Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix reference bug
  • Loading branch information
benbp authored and azure-sdk committed Feb 15, 2024
commit b3f88a1a31b79569d5d217f928de418dfa86ed57
2 changes: 1 addition & 1 deletion eng/common/scripts/job-matrix/job-matrix-functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ function ProcessEnvironmentVariableReferences([array]$matrix, $displayNamesLooku
if (!$value) {
Write-Warning "Environment variable `"$envKey`" was not found or is empty."
}
$flattened.Set($value, $flattened.Name)
$perm.Set($value, $flattened.Name)
}
}

Expand Down