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
Copy file name to clipboardExpand all lines: docs/core/tools/dotnet-publish.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Doesn't perform an implicit restore when running the command.
84
84
85
85
`-o|--output <OUTPUT_DIRECTORY>`
86
86
87
-
Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]* for a self-contained deployment.
87
+
Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/publish/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]/publish/* for a self-contained deployment.
88
88
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
89
89
90
90
`--self-contained`
@@ -123,7 +123,7 @@ Specifies one or several [target manifests](../deploying/runtime-store.md) to us
123
123
124
124
`-o|--output <OUTPUT_DIRECTORY>`
125
125
126
-
Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]* for a self-contained deployment.
126
+
Specifies the path for the output directory. If not specified, it defaults to *./bin/[configuration]/[framework]/publish/* for a framework-dependent deployment or *./bin/[configuration]/[framework]/[runtime]/publish/* for a self-contained deployment.
127
127
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
128
128
129
129
`-r|--runtime <RUNTIME_IDENTIFIER>`
@@ -165,4 +165,4 @@ Publish the current application but don't restore project-to-project (P2P) refer
0 commit comments