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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Doesn't perform an implicit restore when running the command.
85
85
`-o|--output <OUTPUT_DIRECTORY>`
86
86
87
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
-
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
88
+
If the path is relative, the output directory generated is relative to the project file location, not to the current working directory.
89
89
90
90
`--self-contained`
91
91
@@ -124,7 +124,7 @@ Specifies one or several [target manifests](../deploying/runtime-store.md) to us
124
124
`-o|--output <OUTPUT_DIRECTORY>`
125
125
126
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
-
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
127
+
If the path is relative, the output directory generated is relative to the project file location, not to the current working directory.
0 commit comments