Skip to content

Commit

Permalink
need this boolean inversion to not it
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Jan 27, 2025
1 parent bb6ee36 commit d6e70af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/job-matrix/Create-PrJobMatrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if ($indirectPackages) {
foreach($artifact in $indirectPackages) {
Write-Host "-> $($artifact.ArtifactName)"
}
$OverallResult += GeneratePRMatrixForBatch -Packages $indirectPackages -FullSparseMatrix !$SparseIndirect
$OverallResult += GeneratePRMatrixForBatch -Packages $indirectPackages -FullSparseMatrix (-not $SparseIndirect)
}
$serialized = SerializePipelineMatrix $OverallResult

Expand Down

0 comments on commit d6e70af

Please sign in to comment.