2 references to _filesToEmbedInBinlog
NuGet.Build.Tasks (2)
TaskLoggingQueue.cs (2)
46
public IReadOnlyCollection<string> FilesToEmbedInBinlog =>
_filesToEmbedInBinlog
;
84
_filesToEmbedInBinlog
.Add(consoleOutEmbedInBinlog.Path);