Method | Description | |
---|---|---|
CreateDefaultFile ( string filePath ) : |
Creates a NuGet.config file with the default settings at the given full filepath.
|
|
Load ( string filePath ) : |
Loads a NuGet.config file at the given filepath.
|
|
Save ( string filepath ) : void |
Saves this NuGet.config file to disk.
|
public static CreateDefaultFile ( string filePath ) : |
||
filePath | string | The full filepath where to create the NuGet.config file. |
return |
public static Load ( string filePath ) : |
||
filePath | string | The full filepath to the NuGet.config file to load. |
return |
public Save ( string filepath ) : void | ||
filepath | string | The filepath to where this NuGet.config will be saved. |
return | void |