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
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
run azd up against the AOAISearchDemo code. when there are failures you are not bubbling up the failure.
Any log messages given by the failure
Look at Line 65...this is but one example...it's everywhere in that script...
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Look at Line 65...this is but one example...it's everywhere in that script...
if ($process.ExitCode -ne 0) {
Write-Host ""
Write-Warning "Installing post-deployment dependencies failed with non-zero exit code $LastExitCode."
Write-Host ""
exit $process.ExitCode
}
You are printing 0 basically, even when there is a failure.
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: