UNPKG

snyk-nuget-plugin

Version:
7 lines (6 loc) 519 B
export declare function validate(): Promise<string>; 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>;