2 implementations of RepositoryType
NuGet.Build.Tasks.Pack (2)
PackTask.cs (1)
66
public string
RepositoryType
{ get; set; }
PackTaskRequest.cs (1)
52
public string
RepositoryType
{ get; set; }
2 references to RepositoryType
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
180
if (!string.IsNullOrEmpty(request.RepositoryUrl) || !string.IsNullOrEmpty(request.
RepositoryType
))
183
request.
RepositoryType
,