I would like to test that a command I'm crafting will work fine on a Hosted Agent with my DevOps Build Pipeline. The command could be quite complex or as trivial as tsc --version
, for example.
How do I do it without modifying my build-pipeline-definition.yaml
or rerunning the Build Pipeline?
Can I ssh/remote into the Agent and play around there? Or is there another way?