I would like to use angular-cli with asp.net core and I need to know how I can change the path of the dist folder
Beware: The correct answer is below. This no longer works
Create a file called .ember-cli in your project, and include in it these contents:
.ember-cli
{ "output-path": "./location/to/your/dist/" }