You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build break in the runtime-diagnostics pipeline (AzDO definition 309, dnceng-public/public, branch main) fails the cDAC leg (cDAC_windows_x64_release) because the matching universal DBI is missing when -cdacPath is supplied.
The failing step is eng\build.ps1, which errors out with a missing mscordbi_universal.dll:
D:\a\_work\1\s\eng\build.ps1 : -cdacPath requires the matching universal DBI at 'D:\a\_work\1\s\artifacts\cdac\mscordbi_universal.dll'.
This is a build-break (product build fails), so it blocks the required runtime-diagnostics gate and matches on every affected build regardless of a specific test.
A build break in the runtime-diagnostics pipeline (AzDO definition 309,
dnceng-public/public, branchmain) fails the cDAC leg (cDAC_windows_x64_release) because the matching universal DBI is missing when-cdacPathis supplied.The failing step is
eng\build.ps1, which errors out with a missingmscordbi_universal.dll:This is a build-break (product build fails), so it blocks the required runtime-diagnostics gate and matches on every affected build regardless of a specific test.
{ "ErrorMessage": "-cdacPath requires the matching universal DBI", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Agentic workflow metadata (ci-failure-scan)
Note
This issue was filed automatically by the
ci-failure-scanagentic workflow (AI/Copilot-generated).Report
Summary