We have upgraded to Angular 6 so we had to change the ng build env=prod
to
ng build configuration=production
because angular-cli.json is not being used anymore.
Locally, ng build configuration=production
works properly and the settings I need in prod were there. But when we trigger the build step/task in azure VSTS, ng build configuration=production does not replace the dev settings to production.
Did anyone encounter this? what did you folks do to fix this?