try {
            options = this.refineTargetOption(options, 'project');
            const publishKeyEntity = await GulpRecipe.publish(recipePath, options);
            console.log('Recipe published ' + publishKeyEntity.getPackName() + '@' + publishKeyEntity.getPackVersionNumber());
        } catch(error) {