This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Description
Using Dev14 RC
- New empty ASP.NET 5 app, add html page
- Ctrl-F5 and publish to a new Azure web app (no remote DB needed)
The Publish dialog in VS invokes 'dnu publish' with the --quiet flag.
Couple of cases:
A. With default option (include sources) - Output window log looks like this. Part highlighted in orange below is the output from the "dnu publish" call.

EXPECTED : 'dnu publish' log should show an additional line above Time elapsed indicating what the time was for.
B. With no-source option - Output window log looks like this. Part highlighted in orange below is the output from the "dnu publish" call.

EXPECTED :
a. 'dnu publish' log should not show the line : The following commands will not be exported for global install: web.
b. For the second 'Time elapsed', 'dnu publish' log should show a line indicating what it was for