Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Log from dnu publish should be clearer with the --quiet flag #1865

Closed
balachir opened this issue May 14, 2015 · 2 comments
Closed

Log from dnu publish should be clearer with the --quiet flag #1865

balachir opened this issue May 14, 2015 · 2 comments
Assignees
Milestone

Comments

@balachir
Copy link

Using Dev14 RC

  1. New empty ASP.NET 5 app, add html page
  2. 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.
image

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.

image
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

@ChengTian
Copy link
Contributor

Highly visible and frequently used feature, should be beta5. @muratg

@ChengTian ChengTian added the bug label May 16, 2015
@ChengTian ChengTian added this to the 1.0.0-beta5 milestone May 16, 2015
@muratg
Copy link
Contributor

muratg commented May 16, 2015

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants