1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:55:25 +02:00

dotnet-publish: remove locale from page url

This commit is contained in:
Owen Voke 2020-09-16 13:23:00 +01:00 committed by Starbeamrainbowlabs
parent 8f9a4b1f5c
commit 0c4e7745b8

View file

@ -1,7 +1,7 @@
# dotnet publish
> Publish a .NET application and its dependencies to a folder for deployment to a hosting system.
> More information: <https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish>.
> More information: <https://docs.microsoft.com/dotnet/core/tools/dotnet-publish>.
- Compile a .NET project in release mode: