DotNet.PublishOptions Type
dotnet publish command options
Record fields
Record Field | Description |
Full Usage:
BuildBasePath
Field type: string option
|
|
|
|
|
|
Full Usage:
Force
Field type: bool option
|
Force all dependencies to be resolved even if the last restore was successful.
This is equivalent to deleting project.assets.json. (
|
Full Usage:
Framework
Field type: string option
|
|
|
|
Full Usage:
Manifest
Field type: string list option
|
Specifies one or several target manifests to use to trim the set of packages published with the app.
The manifest file is part of the output of the dotnet store command.
This option is available starting with .NET Core 2.0 SDK. (
|
Full Usage:
NoBuild
Field type: bool
|
|
Full Usage:
NoLogo
Field type: bool
|
|
Full Usage:
NoRestore
Field type: bool
|
|
Full Usage:
OutputPath
Field type: string option
|
|
Full Usage:
Runtime
Field type: string option
|
|
Full Usage:
SelfContained
Field type: bool option
|
Publish the .NET Core runtime with your application so the runtime doesn't need to be installed on
the target machine. The default is 'true' if a runtime identifier is specified.
(
|
Full Usage:
VersionSuffix
Field type: string option
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
Static members
Static member | Description |
|
|