2 implementations of OutputFileNamesWithoutVersion
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
64public bool OutputFileNamesWithoutVersion { get; set; }
PackTaskRequest.cs (1)
49public bool OutputFileNamesWithoutVersion { get; set; }
1 reference to OutputFileNamesWithoutVersion
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
36OutputFileNamesWithoutVersion = request.OutputFileNamesWithoutVersion,