You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Using Dev14 RC
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.
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
The text was updated successfully, but these errors were encountered: