We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cad6a commit f2c7275Copy full SHA for f2c7275
lib/definitions/platform.d.ts
@@ -88,7 +88,6 @@ interface IPlatformService extends IBuildPlatformAction, NodeJS.EventEmitter {
88
* @param {Mobile.IDevice} device The device where the application should be installed.
89
* @param {IProjectData} projectData DTO with information about the project.
90
* @param {string} @optional outputPath Directory containing build information and artifacts.
91
- * @returns {Promise<boolean>} true indicates that the application should be installed.
92
*/
93
validateInstall(device: Mobile.IDevice, projectData: IProjectData, release: IRelease, outputPath?: string): Promise<void>;
94
0 commit comments