UwpBuildInfo.NugetExecutablePath Property

Definition

Optional path to nuget.exe. Used when performing package restore with nuget.exe (instead of msbuild) is desired.

public:
 property System::String ^ NugetExecutablePath { System::String ^ get(); void set(System::String ^ value); };
public string NugetExecutablePath { get; set; }
member this.NugetExecutablePath : string with get, set
Public Property NugetExecutablePath As String

Property Value

String

Applies to