nkdAgility / azure-devops-variable-tools

Visual Studio Team Services Build and Release Management extensions that help you make use of your build variables in your Release workflows.
https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration
MIT License
9 stars 3 forks source link

The extension stopped working #13

Open omarsourour opened 4 years ago

omarsourour commented 4 years ago

I have a build pipeline with the "Save Variable" task defined. I then have a release that reads off the variable using the "Load Variable" task from a release that reads off the variable from the artifact.

The release is failing (despite the json file being in the artifact) with an error message of:

Did not get a result retunred from the upload, twas not even JSON!
A parameter cannot be found that matches parameter name 'Raw'.

This is the happy scenario. Everything on default. What happened?

kateerek commented 3 years ago

Same here