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