UnityPlayerBuildTools.RestoreNugetPackagesAsync(String, String) Method

Definition

Restores any nuget packages at the path specified.

public:
 static System::Threading::Tasks::Task<bool> ^ RestoreNugetPackagesAsync(System::String ^ nugetPath, System::String ^ storePath);
public static System.Threading.Tasks.Task<bool> RestoreNugetPackagesAsync (string nugetPath, string storePath);
static member RestoreNugetPackagesAsync : string * string -> System.Threading.Tasks.Task<bool>
Public Shared Function RestoreNugetPackagesAsync (nugetPath As String, storePath As String) As Task(Of Boolean)

Parameters

nugetPath
String
storePath
String

Returns

Task<Boolean>

True, if the nuget packages were successfully restored.

Applies to