Commands for automated packaging of .NET projects

打包laucnher项目生成exe启动器

此过程可使用dotnet publish命令执行
dotnet publish "ShellcodeExecutor.csproj" /p:PublishProfile=FolderProfile

发布 Windows x64 版本

dotnet publish -c Release -r win-x64 --self-contained false

发布为单个可执行文件

dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容