I need to create a step in our TFS build process that will fire off a POST request using basic auth.
How can I execute a POST web request using a TFS build step? Do I need to run a PowerShell script or is there another way? I would prefer not using PowerShell if possible due to permission restrictions on our build server.
Thank you!