azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Adds pre/post build hooks to service hooks definitions schema

Open wbreza opened this issue 1 year ago • 0 comments

Pre/Post build hooks already exist but are missing from schema definition. This enables more discoverability for scenarios where users need to perform an action after restoring but before package.

One scenario is for the VITE integration for front-end web apps. Docker builds happen at the build state of the azd pipeline so users can hook into prebuild to set any VITE_ environment variables needed for building container images.

wbreza avatar Jul 03 '24 23:07 wbreza