UnityPlayerBuildTools.RestoreNugetPackagesAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
True, if the nuget packages were successfully restored.