diff --git a/.azure/pipelines/update-pipeline-variable.yml b/.azure/pipelines/update-pipeline-variable.yml index 8b4d1266..3bc4ec6a 100644 --- a/.azure/pipelines/update-pipeline-variable.yml +++ b/.azure/pipelines/update-pipeline-variable.yml @@ -39,6 +39,6 @@ steps: Write-Output -InputObject "Updating $variableName from $($oldValue) to $($variableValue)..." $body = ConvertTo-Json -InputObject $definitionResponse -Depth 100 -Compress - $response = Invoke-RestMethod -Method Put -Uri $definitionsUrl -Headers $headers -ContentType 'application/json' -Body $body -UseBasicParsing + $response = Invoke-RestMethod -Method Put -Uri $definitionUrl -Headers $headers -ContentType 'application/json' -Body $body -UseBasicParsing } pwsh: true