Asp.net core 3.1 Angular Template in Visual studio 2019

  • Thread starter Thread starter RaysApps
  • Start date Start date
R

RaysApps

Guest
Can someone please advise how to publish a Asp.net core /Angular web app to the Azure in debug mode using ng build? To my understanding there is only one publish configuration in *.proj file which always builds with "ng build --prod" command. I would like modify it such that publish uses

1.'ng build' in Debug mode.

and

2. 'ng build --prod' in Release mode.


Regards,

Chandra Mohan

Continue reading...
 
Back
Top