错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

The Basic Build

  • Afzaal Ahmad Zeeshan

摘要

Every .NET application goes through a build phase. Regardless of the archetype or deployment environment chosen, you need to compile your source into an executable. The entry point for a build expects the input artifacts and produces an output artifact. There are lots of complexities that can be added for a custom flavor of a build, which we will skip in this chapter.