💾 Archived View for freeshell.de › tldr › dotnet-build.gmi captured on 2023-11-04 at 12:24:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Builds a .NET application and its dependencies.
dotnet build
dotnet build {path/to/project_or_solution}
dotnet build --configuration {Release}
dotnet build --no-restore
dotnet build --verbosity {quiet|minimal|normal|detailed|diagnostic}
dotnet build --runtime {runtime_identifier}
dotnet build --output {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).