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 f70ad4f80138e8887c1f1315e5ba9a471a6ff239
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