My current setup includes an API project and an Angular Project within the same .NetCore solution. The Angular Project makes API calls to the API project using a baseurl specified in the Environment.ts and Environment.prod.ts files. However, upon publishing the project, I noticed that the Environment files were not created. Furthermore, the baseurl for the API has changed unexpectedly. Now I need to update the API url without having to republish the entire Angular Project again.