I am trying to put predefined value RELEASE_RELEASENAME to Azure DevOps Run Pipeline task, but it ends always with error: "##[error]Build parameters is not a valid json object array. Example valid object: [{"VAR1":"VALUE1","VAR2":"VALUE2"},{"VAR1":"VALUE1","VAR2":"VALUE2"}]"
Asked
Active
Viewed 106 times
1 Answers
-1
You could try the change the expression of the variable likeļ¼ [{"var1": "$(Release.ReleaseName)"}]

Ging Yuan-MSFT
- 689
- 2
- 6