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