Interface RemoteNativeDependencyContribution

contribution used for downloading prebuild native dependency when connecting to a remote machine with a different system

interface RemoteNativeDependencyContribution {
    download(options): Promise<DependencyDownload>;
}

Implemented by

Methods

Methods