v2, including containers

This commit is contained in:
Chris Sidi
2020-05-19 22:43:35 -04:00
parent 904eb7df8a
commit fbd859454b
8 changed files with 51 additions and 27 deletions

View File

@@ -128,11 +128,6 @@ namespace GitHub.DistributedTask.Pipelines
{
return new RepositoryPathReference(this);
}
public override string ToString()
{
return $"ActionRef,RepositoryPath: {Name}@{Ref}";
}
}
[EditorBrowsable(EditorBrowsableState.Never)]