5 references to EnableBinaryLogger
NuGet.Build.Tasks (4)
RestoreTaskEx.cs (4)
101
bool? enableBinaryLogger = !string.IsNullOrWhiteSpace(
EnableBinaryLogger
) && bool.TryParse(
EnableBinaryLogger
, out bool result)
108
options[nameof(
EnableBinaryLogger
)] = bool.TrueString;
114
options[nameof(
EnableBinaryLogger
)] = bool.TrueString;
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
237
if (!IsOptionTrue(nameof(RestoreTaskEx.
EnableBinaryLogger
), options))