1
0
Fork 0
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:
bl-ue 2021-01-10 14:35:59 -05:00 committed by Axel Navarro
parent b609a96b9f
commit 36f7d8e2e5

View file

@ -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: