mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:46:01 +02:00
dotnet-publish: change folder to directory
This commit is contained in:
parent
b609a96b9f
commit
36f7d8e2e5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# dotnet publish
|
# dotnet publish
|
||||||
|
|
||||||
> Publish a .NET application and its dependencies to a folder for deployment to a hosting system.
|
> Publish a .NET application and its dependencies to a directory for deployment to a hosting system.
|
||||||
> More information: <https://docs.microsoft.com/dotnet/core/tools/dotnet-publish>.
|
> More information: <https://docs.microsoft.com/dotnet/core/tools/dotnet-publish>.
|
||||||
|
|
||||||
- Compile a .NET project in release mode:
|
- Compile a .NET project in release mode:
|
||||||
|
|
Loading…
Add table
Reference in a new issue