3 references to CloneWithNoLogo
dotnet (3)
Commands\Restore\RestoringCommand.cs (1)
81return msbuildArgs.CloneWithNoLogo(true);
Commands\Run\RunCommand.cs (1)
546msbuildArgs = msbuildArgs.CloneWithNoLogo(true);
Commands\Test\VSTest\TestCommand.cs (1)
251.CloneWithNoLogo(true);