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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants