This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ProGet.
Summary
Initializes a new instance of the
UniversalPackageInstallSettings
class.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Universal .Install - Containing Type
- Universal
Package Install Settings
Syntax
public UniversalPackageInstallSettings(string package, string source, DirectoryPath targetDirectory)
Parameters
Name | Type | Description |
---|---|---|
package | string | The package. |
source | string | The source. |
targetDirectory | DirectoryPath | The target directory. |
Return Value
Type | Description |
---|---|
void |