dotnet publish

Publish a .NET application and its dependencies to a directory for deployment to a hosting system.

=> More information.

dotnet publish --configuration Release {path/to/project_file}
dotnet publish --self-contained true --runtime {runtime_identifier} {path/to/project_file}
dotnet publish --runtime {runtime_identifier} -p:PublishSingleFile=true {path/to/project_file}
dotnet publish --self-contained true --runtime {runtime_identifier} -p:PublishTrimmed=true {path/to/project_file}
dotnet publish --no-restore {path/to/project_file}
dotnet publish --output {path/to/directory} {path/to/project_file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/dotnet-publish.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
121.040629 milliseconds
Gemini-to-HTML Time
0.318577 milliseconds

This content has been proxied by September (3851b).