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
> 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>.
- Compile a .NET project in release mode: