https://pantsbuild.org/ logo
w

wonderful-iron-54019

04/10/2020, 3:47 PM
hey folks quick v1 question. If i wanted to take a task registered as its own goal i.e.:
TaskRegistrar(name="build-my-artifact", action=BuildArtifact).install()
and then also add it to a registered goal
Copy code
Goal.register(name="build")
TaskRegistrar(name="build-my-artifact", action=BuildArtifact).install("build")
4 Views