0
    
    
        
                    thaithiendi created
                    
                    
                    
                
                Dear support team,
I use command "ng build --prod --base-href /HLVDMS/" build source to publish, but i can not see appsetting.production to updated api service link. where is it?
- ABP Framework version: vX.X.X
 - UI type: Angular / MVC / Blazor
 - DB provider: EF Core / MongoDB
 - Tiered (MVC) or Identity Server Separated (Angular): yes / no
 - Exception message and stack trace:
 - Steps to reproduce the issue:"
 
4 Answer(s)
- 
    0
appsettings.production.json is a dotnet file and ng build is an Angular command. what's the correct result that you expect? can you give more details?
 - 
    0
 - 
    0
this is an Angular issue (apart from abp.io) you can build your Angular project with a custom configuration name, and it'll use that environment
yarn ng build --configuration=uatenvironment.uat.tssee https://angular.io/guide/build
 - 
    0
This question has been automatically marked as stale because it has not had recent activity.
 
