From abc1bf70bf742e845cd9c6ffcda851522598a359 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 29 Dec 2022 13:34:16 +1000 Subject: [PATCH] pipeline file changes --- .azure/pipelines/update-pipeline-variable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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