Skip to content

Conversation

@elinor-fung
Copy link
Member

Fixes #122295

@elinor-fung
Copy link
Member Author

/azp run runtime-coreclr crossgen2

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the CrossGen2 test script where the RunCrossgen2OnFiles function was being called with an incorrect number of parameters in non-composite build mode. The function expects 3 parameters (intermediate output file, final output file, and input files), but was only receiving 2, causing the input file to be misinterpreted as the final output file parameter.

  • Corrects the invocation of RunCrossgen2OnFiles to pass all 3 required parameters
  • Ensures consistency with the composite mode invocation pattern at line 180

@elinor-fung elinor-fung merged commit 1da1c8a into dotnet:main Dec 9, 2025
98 of 102 checks passed
@elinor-fung elinor-fung deleted the fix-crossgen-test-script branch December 9, 2025 20:24
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Outerloop fails with "Required argument missing for command: 'crossgen2'"

2 participants