build
- Builds the project into the
binfolder - Each folder in
binis a build configuration - The code to be published is inside of the
publishfolder ./bin/Release/net5.0/publish
# Build project (inside of the project folder)
dotnet build
# Specify build configuration
dotnet build -c "Release"