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