1 reference to CreateRuntimeFile
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
657var runtimeFile = !string.IsNullOrWhiteSpace(assembly.Path) && File.Exists(assembly.Path) ? CreateRuntimeFile(referenceProjectInfo.OutputName, assembly.Path, assembly.DestinationSubPath) :