Bari.Plugins.Nuget.Tools.NuGet.NuGet C# (CSharp) Method

NuGet() public method

Creates the external tool
public NuGet ( IParameters parameters ) : System
parameters IParameters
return System
        public NuGet(IParameters parameters)
            : base("NuGet", @"C:\Programs\", "NuGet.exe", new Uri("https://nuget.org/nuget.exe"), true, parameters)
        {
            this.parameters = parameters;
        }