2 references to InputFileName
Microsoft.DotNet.Build.Tasks.Packaging (2)
GenerateNuSpec.cs (2)
179
if (!string.IsNullOrEmpty(
InputFileName
))
181
using (var stream = File.OpenRead(
InputFileName
))