Skip to content

publish

  • First builds the project and then publishes it
  • By default the build configuration Debug is used
dotnet publish
dotnet publish -c "Release" # Specify build configuration