Episode

ASP.NET Monsters #18: Using Build Hooks to Build Docker Containers

Building and packaging is super fun with the new build framework in ASP.NET Core. In this episode we take a look at how to hook into the various different stages of the build.

Build hooks are entry points into the build pipeline that allow you to interact with the build system, assets in your project or artifacts that result from the build. These are a powerful tool for developers and can be used for a variety of scenarios.

Follow aspnetmonsters