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
One occurrence recorded in the dossier. The build was zero-duration (YAML pre-flight rejection); no timeline or test results were produced. No related builds with the same mechanism are reported. Actionability is based on the deterministic configuration-error rule: one occurrence is sufficient when the diagnostic clearly identifies an SDK-owned YAML break.
Build result: failed. Duration: effectively zero (pre-flight rejection). No test results available (404 from test runs API).
Root Cause Analysis
Observed: PR build 1521345 was rejected during YAML pipeline validation before any job ran. The AzDO pipeline pre-flight parser reported an unexpected parameter useFullyQualifiedTestName at .vsts-pr.yml line 59, column 34.
Assessment: A parameter named useFullyQualifiedTestName was passed to a step or template that does not declare it. This is an SDK-owned YAML change introduced in PR dotnet#55404 that introduced a parameter not accepted by the referenced template version. The build cannot proceed until the YAML is corrected or the template is updated to accept the parameter.
Confidence: High — the AzDO YAML validator produces a deterministic error with exact file, line, and column; the failure is entirely contained in the SDK-owned .vsts-pr.yml.
Alternatives / Unknowns: The template referenced at the call site may itself need updating to accept the new parameter (the fix may be in the template definition rather than the call site). The exact template path and version are not in the dossier.
Build Information
pipeline-validation|configuration-error|dotnet-sdk-public-ci|.vsts-pr.yml-line-<n>-col-<n>-unexpected-parameter-usefullyqualifiedtestnameFailure History
One occurrence recorded in the dossier. The build was zero-duration (YAML pre-flight rejection); no timeline or test results were produced. No related builds with the same mechanism are reported. Actionability is based on the deterministic configuration-error rule: one occurrence is sufficient when the diagnostic clearly identifies an SDK-owned YAML break.
Error Details
Build result:
failed. Duration: effectively zero (pre-flight rejection). No test results available (404 from test runs API).Root Cause Analysis
Observed: PR build 1521345 was rejected during YAML pipeline validation before any job ran. The AzDO pipeline pre-flight parser reported an unexpected parameter
useFullyQualifiedTestNameat.vsts-pr.ymlline 59, column 34.Assessment: A parameter named
useFullyQualifiedTestNamewas passed to a step or template that does not declare it. This is an SDK-owned YAML change introduced in PR dotnet#55404 that introduced a parameter not accepted by the referenced template version. The build cannot proceed until the YAML is corrected or the template is updated to accept the parameter.Confidence: High — the AzDO YAML validator produces a deterministic error with exact file, line, and column; the failure is entirely contained in the SDK-owned
.vsts-pr.yml.Alternatives / Unknowns: The template referenced at the call site may itself need updating to accept the new parameter (the fix may be in the template definition rather than the call site). The exact template path and version are not in the dossier.
Suggested Investigation
.vsts-pr.ymlaround line 59 in PR Enable fully qualified Helix test name reporting dotnet/sdk#55404. Identify the template step being called and whether it declares auseFullyQualifiedTestNameparameter.