Skip to content

Commit

Permalink
Clarified relative paths for dotnet publish (dotnet#5524)
Browse files Browse the repository at this point in the history
  • Loading branch information
svick authored and mairaw committed May 22, 2018
1 parent 692745d commit 66cef48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/tools/dotnet-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Doesn't perform an implicit restore when running the command.
`-o|--output <OUTPUT_DIRECTORY>`

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.
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
If the path is relative, the output directory generated is relative to the project file location, not to the current working directory.

`--self-contained`

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

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.
If a relative path is provided, the output directory generated is relative to the project file location, not to the current working directory.
If the path is relative, the output directory generated is relative to the project file location, not to the current working directory.

`-r|--runtime <RUNTIME_IDENTIFIER>`

Expand Down

0 comments on commit 66cef48

Please sign in to comment.