We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 236ec34 + c37d1dd commit 0001e76Copy full SHA for 0001e76
lib/controllers/build-controller.ts
@@ -66,7 +66,8 @@ export class BuildController extends EventEmitter implements IBuildController {
66
67
if (buildData.copyTo) {
68
this.$buildArtefactsService.copyLatestAppPackage(buildData.copyTo, platformData, buildData);
69
- this.$logger.info(`The build result is located at: ${buildInfoFileDir}`);
+ } else {
70
+ this.$logger.info(`The build result is located at: ${result}`);
71
}
72
73
return result;
0 commit comments