The Basic Build
摘要
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.