4 references to EmbedFilesInBinlog
NuGet.Build.Tasks (3)
RestoreTaskEx.cs (3)
127
if (!string.IsNullOrWhiteSpace(
EmbedFilesInBinlog
))
129
options[nameof(
EmbedFilesInBinlog
)] =
EmbedFilesInBinlog
;
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1350
options.TryGetValue(nameof(RestoreTaskEx.
EmbedFilesInBinlog
), out string embedFilesInBinlog);