Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/manpages/sdk/dotnet-add-package.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-add-package" "1" "2022-06-03" "" ".NET Documentation"
.TH "dotnet-add-package" "1" "2022-10-10" "" ".NET Documentation"
.hy
.SH dotnet add package
.PP
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/sdk/dotnet-add-reference.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-add-reference" "1" "2022-06-03" "" ".NET Documentation"
.TH "dotnet-add-reference" "1" "2022-10-10" "" ".NET Documentation"
.hy
.SH dotnet add reference
.PP
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/sdk/dotnet-build-server.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-build-server" "1" "2022-06-03" "" ".NET Documentation"
.TH "dotnet-build-server" "1" "2022-10-10" "" ".NET Documentation"
.hy
.SH dotnet build-server
.PP
Expand Down
14 changes: 12 additions & 2 deletions documentation/manpages/sdk/dotnet-build.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-build" "1" "2022-06-03" "" ".NET Documentation"
.TH "dotnet-build" "1" "2022-10-21" "" ".NET Documentation"
.hy
.SH dotnet build
.PP
Expand All @@ -31,7 +31,7 @@ dotnet build [<PROJECT>|<SOLUTION>] [-a|--arch <ARCHITECTURE>]
[--force] [--interactive] [--no-dependencies] [--no-incremental]
[--no-restore] [--nologo] [--no-self-contained] [--os <OS>]
[-o|--output <OUTPUT_DIRECTORY>] [-r|--runtime <RUNTIME_IDENTIFIER>]
[--self-contained [true|false]] [--source <SOURCE>]
[--self-contained [true|false]] [--source <SOURCE>] [--use-current-runtime, --ucr [true|false]]
[-v|--verbosity <LEVEL>] [--version-suffix <VERSION_SUFFIX>]

dotnet build -h|--help
Expand Down Expand Up @@ -140,6 +140,7 @@ The default for most projects is \f[V]Debug\f[R], but you can override the build
.PP
Compiles for a specific framework.
The framework must be defined in the project file.
Examples: \f[V]net7.0\f[R], \f[V]net462\f[R].
.RE
.IP \[bu] 2
\f[B]\f[VB]--force\f[B]\f[R]
Expand Down Expand Up @@ -220,6 +221,7 @@ Available since .NET 6.
Specifies the target runtime.
For a list of Runtime Identifiers (RIDs), see the RID catalog.
If you use this option with .NET 6 SDK, use \f[V]--self-contained\f[R] or \f[V]--no-self-contained\f[R] also.
If not specified, the default is to build for the current OS and architecture.
.RE
.IP \[bu] 2
\f[B]\f[VB]--self-contained [true|false]\f[B]\f[R]
Expand All @@ -245,6 +247,14 @@ The default is \f[V]minimal\f[R].
For more information, see <xref:Microsoft.Build.Framework.LoggerVerbosity>.
.RE
.IP \[bu] 2
\f[B]\f[VB]--use-current-runtime, --ucr [true|false]\f[B]\f[R]
.RS 2
.PP
Sets the \f[V]RuntimeIdentifier\f[R] to a platform portable \f[V]RuntimeIdentifier\f[R] based on the one of your machine.
This happens implicitly with properties that require a \f[V]RuntimeIdentifier\f[R], such as \f[V]SelfContained\f[R], \f[V]PublishAot\f[R], \f[V]PublishSelfContained\f[R], \f[V]PublishSingleFile\f[R], and \f[V]PublishReadyToRun\f[R].
If the property is set to false, that implicit resolution will no longer occur.
.RE
.IP \[bu] 2
\f[B]\f[VB]--version-suffix <VERSION_SUFFIX>\f[B]\f[R]
.RS 2
.PP
Expand Down
2 changes: 1 addition & 1 deletion documentation/manpages/sdk/dotnet-clean.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "dotnet-clean" "1" "2022-06-03" "" ".NET Documentation"
.TH "dotnet-clean" "1" "2022-10-10" "" ".NET Documentation"
.hy
.SH dotnet clean
.PP
Expand Down
Loading