I am using VSTS RM to deploy bits to my dev/int/prod environments.
After the deployment completes in dev and before proceeding to int, I want to add a validation step. The validation step basically is a REST API call to a service which requires cert authentication.
From my machine, I am able to authenticate correctly since i have the cert installed on my machine.
How do I achieve this in VSTS RM ?