Summary
Gets or sets a value indicating whether to bundle all content when publishing a platform-specific single-file executable.
This will extract all files before running the executable and preserves the original .NET Core single-file deployment behavior.
- Namespace
- Cake
.Common .Tools .DotNet .Publish - Containing Type
- Dot
Net Publish Settings
Syntax
public bool? IncludeAllContentForSelfExtract { get; set; }
Remarks
Requires .NET 5 or newer.
Value
Type | Description |
---|---|
bool? |