-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dotnet build


> Builds a .NET application and its dependencies.

More information.


Compile the project or solution in the current directory:

dotnet build

Compile a .NET project or solution in debug mode:

dotnet build {path/to/project_or_solution}

Compile in release mode:

dotnet build --configuration {Release}

Compile without restoring dependencies:

dotnet build --no-restore

Compile with a specific verbosity level:

dotnet build --verbosity {quiet|minimal|normal|detailed|diagnostic}

Compile for a specific runtime:

dotnet build --runtime {runtime_identifier}

Specify the output directory:

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).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:38:08 2024