Skip to content

Commit 66cef48

Browse files
svickmairaw
authored andcommitted
Clarified relative paths for dotnet publish (#5524)
1 parent 692745d commit 66cef48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Doesn't perform an implicit restore when running the command.
8585
`-o|--output <OUTPUT_DIRECTORY>`
8686

8787
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.
8989

9090
`--self-contained`
9191

@@ -124,7 +124,7 @@ Specifies one or several [target manifests](../deploying/runtime-store.md) to us
124124
`-o|--output <OUTPUT_DIRECTORY>`
125125

126126
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.
128128

129129
`-r|--runtime <RUNTIME_IDENTIFIER>`
130130

0 commit comments

Comments
 (0)