Skip to content

Commit

Permalink
feat(prepare): add a log to display packages that are restricted as p…
Browse files Browse the repository at this point in the history
…er release config
  • Loading branch information
sfopsbot committed Jan 8, 2024
1 parent 8335a09 commit a3b021f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sfp-cli/src/impl/prepare/PrepareImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default class PrepareImpl {

if (this.pool.releaseConfigFile) {
restrictedPackages = await getArtifactsByGeneratingReleaseDefinitionFromConfig(this.pool.releaseConfigFile);
SFPLogger.log(`Restricted Packages: ${restrictedPackages}`, LoggerLevel.INFO);
projectConfig = ProjectConfig.cleanupPackagesFromProjectDirectory(null, restrictedPackages);
}

Expand Down

0 comments on commit a3b021f

Please sign in to comment.