Class NuGetConfig
-
- All Implemented Interfaces:
public final class NuGetConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnugetConfigFile
-
Constructor Summary
Constructors Constructor Description NuGetConfig(String nugetConfigFile)
-
Method Summary
Modifier and Type Method Description final StringgetNugetConfigFile()The path to the NuGet configuration file to use. -
-
Constructor Detail
-
NuGetConfig
NuGetConfig(String nugetConfigFile)
-
-
Method Detail
-
getNugetConfigFile
final String getNugetConfigFile()
The path to the NuGet configuration file to use.
-
-
-
-