1

I have a VSO Release Management set up to deploy to an Azure App. I hava curl build task to upload my web.config file after replacing the tokens in the file. This task which has been working fine for the past 2 weeks has suddenly started failing and causing my release management process to fail. I get the following error messages.

[error]curl was not found in the path.

[error]Task cURLUploader failed. This caused the job to fail.

The same failure has happened on 2 different team projects.

Thanks.

1 Answer 1

1

Check the answer in this case:

Taylor has confirmed they are fixing this issue now. As a workaround, use the steps below:

  1. Before your curl task, create a new powershell task
  2. Change the type of the task to be an “Inline Script”
  3. Change the Inline Script input to be the following:

echo "##vso[task.setvariable variable=PATH;]$env:PATH;C:\Program Files\Git\usr\bin"

  1. Save and queue a new build.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.