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...
1.'ng build' in Debug mode.
and
2. 'ng build --prod' in Release mode.
Regards,
Chandra Mohan
Continue reading...