You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds pre/post build hooks to service hooks definitions (#4068)
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.
Adds missing docs for prebuild and postbuild service lifecycle hook.
MicrosoftDocs/azure-dev-docs#1399
0 commit comments