-
Notifications
You must be signed in to change notification settings - Fork 380
chore: suppress dotnet logo #1229
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Which output does this concern exactly? |
As per .NET SDK documentation (see here), |
That wasn't my question. I was asking what output is shown if this is not set. |
The same output that not setting |
You're not answering my question, and I'm not trying to be difficult either. I want to see the exact output that is suppressed by this variable to make sure that the SDK version is still included in the output as I find this is relevant for builds. |
Something like this:
|
Thanks |
Set the
DOTNET_NOLOGO
environment variable to 1 to suppress annoying dotnet logo messageI confirm that the pull-request: