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