pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 13:34:16 +10:00
parent 54fe2ef54b
commit abc1bf70bf

View file

@ -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