in generators/module/index.js [126:135]
writing() {
const destinationPath = this.destinationPath(`src/${this.options.moduleType}/${this.options.moduleName}`);
super._runPipeline(this.options.sitecoreUpdate.exactVersion, destinationPath, [
this._copyYmls,
this._copyAll,
]);
this._addProjectsToSolutionFile();
}