Summary
Gets or sets the location for downloaded resource when
Internalize
is set.
null
or System.String.Empty
if downloaded resources should be embedded in the package.
Can be a file share or an internal URL location.
When it is a file share, it will attempt to download to that location.
When it is an internal url, it will download locally and give further instructions
where it should be uploaded to match package edits.
By default resources are embedded in the package.
Requires Chocolatey business edition.
- Namespace
- Cake
.Common .Tools .Chocolatey .Download - Containing Type
- Chocolatey
Download Settings
Syntax
public string ResourcesLocation { get; set; }
Value
Type | Description |
---|---|
string |