Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was 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

@balachir

Description

@balachir

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions