You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +57,7 @@ The application\[cq]s dependencies, which are copied from the NuGet cache into t
57
57
The \f[V]dotnet publish\f[R] command\[cq]s output is ready for deployment to a hosting system (for example, a server, PC, Mac, laptop) for execution.
58
58
It\[cq]s the only officially supported way to prepare the application for deployment.
59
59
Depending on the type of deployment that the project specifies, the hosting system may or may not have the .NET shared runtime installed on it.
60
-
For more information, see Publish .NET apps with the .NET CLI.
60
+
For more information, see .NET application publishing overview.
61
61
.SS Implicit restore
62
62
.PP
63
63
You don\[cq]t have to run \f[V]dotnet restore\f[R] because it\[cq]s run implicitly by all commands that require a restore to occur, such as \f[V]dotnet new\f[R], \f[V]dotnet build\f[R], \f[V]dotnet run\f[R], \f[V]dotnet test\f[R], \f[V]dotnet publish\f[R], and \f[V]dotnet pack\f[R].
@@ -346,7 +346,7 @@ Available since .NET 6.
346
346
.PP
347
347
Publishes the .NET runtime with your application so the runtime doesn\[cq]t need to be installed on the target machine.
348
348
Default is \f[V]true\f[R] if a runtime identifier is specified and the project is an executable project (not a library project).
349
-
For more information, see .NET application publishing and Publish .NET apps with the .NET CLI.
349
+
For more information, see Self-contained deployment.
350
350
.PP
351
351
If this option is used without specifying \f[V]true\f[R] or \f[V]false\f[R], the default is \f[V]true\f[R].
352
352
In that case, don\[cq]t put the solution or project argument immediately after \f[V]--self-contained\f[R], because \f[V]true\f[R] or \f[V]false\f[R] is expected in that position.
@@ -369,7 +369,7 @@ The URI of the NuGet package source to use during the restore operation.
369
369
.PP
370
370
Publishes the application for a given runtime.
371
371
For a list of Runtime Identifiers (RIDs), see the RID catalog.
372
-
For more information, see .NET application publishing and Publish .NET apps with the .NET CLI.
372
+
For more information, see .NET application publishing overview.
373
373
If you use this option, use \f[V]--self-contained\f[R] or \f[V]--no-self-contained\f[R] also.
0 commit comments