dotnet-build

build Builds a .NET application and its dependencies. More information:…

dotnet build

Builds a .NET application and its dependencies. More information: https://docs.microsoft.com/dotnet/core/tools/dotnet-build.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dotnet dotnet-ef →