dotnet-publishOpublikuj aplikację .NET i jej zależności w celu wdrożenia na docelowym systemie. Więcej informacji: https://learn.microsoft.com/dotnet/core/tools/dotnet-publish.
dotnet publish {{[-c|--configuration]}} Release {{ścieżka/do/projektu_lub_solucji}}
dotnet publish {{[-sc|--self-contained]}} true {{[-r|--runtime]}} {{identyfikator_runtime}} {{ścieżka/do/projektu_lub_solucji}}
dotnet publish {{[-r|--runtime]}} {{identyfikator_runtime}} -p:PublishSingleFile=true {{ścieżka/do/projektu_lub_solucji}}
dotnet publish {{[-sc|--self-contained]}} true {{[-r|--runtime]}} {{identyfikator_runtime}} -p:PublishTrimmed=true {{ścieżka/do/projektu_lub_solucji}}
dotnet publish --no-restore {{ścieżka/do/projektu_lub_solucji}}
dotnet publish {{[-o|--output]}} {{ściezka/do/katalogu}} {{ścieżka/do/projektu_lub_solucji}}