2 types derived from RepositoryTask
Microsoft.Build.Tasks.Git (2)
GetUntrackedFiles.cs (1)
13
public sealed class GetUntrackedFiles :
RepositoryTask
LocateRepository.cs (1)
11
public sealed class LocateRepository :
RepositoryTask
1 reference to RepositoryTask
Microsoft.Build.Tasks.Git (1)
RepositoryTask.cs (1)
151
=> new(typeof(
RepositoryTask
), (string.IsNullOrEmpty(ConfigurationScope) ? "*" : ConfigurationScope) + ":" + repositoryId);