3 references to NoBinaryLogBecauseUpToDate
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
233Reporter.Output.WriteLine(CliCommandStrings.NoBinaryLogBecauseUpToDate.Yellow());
dotnet.Tests (2)
CommandTests\Run\RunFileTests.cs (2)
1873prefix = CliCommandStrings.NoBinaryLogBecauseUpToDate + Environment.NewLine; 2682BuildLevel.None => CliCommandStrings.NoBinaryLogBecauseUpToDate + Environment.NewLine,