Skip to content

Conversation

shaurabh-tiwari-git
Copy link

What does this PR do?

What issues does this PR fix or reference?

@shaurabh-tiwari-git shaurabh-tiwari-git requested a review from a team as a code owner August 14, 2025 11:39
@@ -74,7 +74,7 @@ export class ApexMigration extends BaseRelatedObjectMigration {
Logger.logVerbose(assessMessages.getMessage('startingApexAssessment', [this.projectPath]));
const pwd = shell.pwd();
shell.cd(this.projectPath);
sfProject.retrieve(APEXCLASS, this.org.getUsername());
sfProject.retrieve(APEXCLASS, this.org.getUsername(), this.projectPath);
Logger.info(assessMessages.getMessage('processingApexFilesForAssessment'));
const apexAssessmentInfos = this.processApexFiles(this.projectPath, 'assessment');
Logger.info(assessMessages.getMessage('successfullyProcessedApexFilesForAssessment', [apexAssessmentInfos.length]));

Choose a reason for hiding this comment

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

@shaurabh-tiwari-git Can you cross validate the fix on the environment which Q3 testing? You can run the assess mode with fix and validate once

Copy link

@sf-kishore-kurri sf-kishore-kurri left a comment

Choose a reason for hiding this comment

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

Approving the changes @shaurabh-tiwari-git please validate the changes against Q3 org

@snehaljha-sf snehaljha-sf merged commit a5097fe into salesforcecli:prerelease/alpha Aug 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants