UNPKG

snyk-nuget-plugin

Version:
6 lines (5 loc) 392 B
export declare function validate(): Promise<string>; export declare function execute(args: string[], projectPath: string): Promise<string>; export declare function restore(projectPath: string): Promise<void>; export declare function run(projectPath: string, options: string[]): Promise<string>; export declare function publish(projectPath: string, targetFramework?: string): Promise<string>;