.NET ์ ํ๋ฆฌ์ผ์ด์ ๊ณผ ๊ทธ ์์กด์ฑ์ ํธ์คํ ์์คํ ์ ๋ฐฐํฌํ๊ธฐ ์ํด ๋๋ ํฐ๋ฆฌ์ ๊ฒ์. ๋ ๋ง์ ์ ๋ณด: https://learn.microsoft.com/dotnet/core/tools/dotnet-publish.
dotnet publish --configuration Release {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}
dotnet publish --self-contained true --runtime {{๋ฐํ์_์๋ณ์}} {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}
dotnet publish --runtime {{๋ฐํ์_์๋ณ์}} -p:PublishSingleFile=true {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}
dotnet publish --self-contained true --runtime {{๋ฐํ์_์๋ณ์}} -p:PublishTrimmed=true {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}
dotnet publish --no-restore {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}
dotnet publish --output {{๊ฒฝ๋ก/๋์/ํด๋}} {{๊ฒฝ๋ก/๋์/ํ๋ก์ ํธ_ํ์ผ}}