Skip to content

Commit 50181f4

Browse files
azure-sdkKonrad Jamrozik
andauthored
fix paths + add diagnostic output on failure (Azure#28245)
Co-authored-by: Konrad Jamrozik <[email protected]>
1 parent b09567f commit 50181f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/job-matrix/job-matrix-functions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function ProcessImport([MatrixParameter[]]$matrix, [String]$selection, [Array]$n
380380
}
381381

382382
if (!(Test-Path $importPath)) {
383-
Write-Error "`$IMPORT path '$importPath' does not exist."
383+
Write-Error "`$IMPORT path '$importPath' does not exist. Current dir: $(Get-Location)"
384384
exit 1
385385
}
386386
$importedMatrixConfig = GetMatrixConfigFromFile (Get-Content -Raw $importPath)

0 commit comments

Comments
 (0)