UNPKG

snyk-nuget-plugin

Version:
8 lines (7 loc) 576 B
export declare function validate(): Promise<string>; export declare function isInstalled(): Promise<boolean>; export declare function execute(args: string[], projectPath: string): Promise<string>; export declare function restore(projectPath: string, workingDirectory?: string): Promise<void>; export declare function run(projectPath: string, options: string[]): Promise<string>; export declare function getBaseIntermediateOutputPath(projectPath: string): Promise<string | null>; export declare function publish(projectPath: string, targetFramework?: string): Promise<string>;