writing()

in generators/app/index.js [92:98]


  writing() {
    super._runPipeline(this.options.sitecoreUpdate.exactVersion, this.destinationPath(), [
      this._copyYmls,
      this._copyDlls,
      this._copyAll,
    ]);
  }