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

Fix output of "dnu publish --quiet" #1928

Merged
merged 1 commit into from
May 22, 2015
Merged

Conversation

ChengTian
Copy link
Contributor

parent #1865

@davidfowl @muratg

Sample output:
publishmessage_finaloutput

buildOptions.Reports = root.Reports.ShallowCopy();

// Mute "dnu pack" completely if it is invoked by "dnu publish --quiet"
buildOptions.Reports.Information = root.Reports.Quiet;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, you'll see
publishmessage_extrabuild

@ChengTian
Copy link
Contributor Author

@balachir

@muratg
Copy link
Contributor

muratg commented May 22, 2015

Looks good :shipit:

@ChengTian ChengTian merged commit 659b86f into dev May 22, 2015
@ChengTian ChengTian deleted the wei/fix-dnu-publish-output branch May 22, 2015 17:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants