Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-sdk-for-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14f933fbab4adc575adae0c385ddf928546d5270
Choose a base ref
..
head repository: Azure/azure-sdk-for-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ed05c20cf142022423519634606e710925f54ba
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 eng/common/scripts/job-matrix/Create-PrJobMatrix.ps1
2 changes: 1 addition & 1 deletion eng/common/scripts/job-matrix/Create-PrJobMatrix.ps1
Original file line number Diff line number Diff line change
@@ -167,7 +167,7 @@ function GeneratePRMatrixForBatch {
# we instead will walk each each matrix, create a parameter named for the PRMatrixSetting, and add the targeted packages
# as an array. This will generate a _sparse_ matrix for for whatever the incoming packages are
else {
$batchSuffixNecessary = $packageBatches.Length -gt 1
$batchSuffixNecessary = $packageBatches.Length -gt 0
$batchCounter = 1
foreach ($batch in $packageBatches) {
$namesForBatch = ($batch | ForEach-Object { $_.ArtifactName }) -join ","