mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
54fe2ef54b
commit
abc1bf70bf
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ steps:
|
||||||
Write-Output -InputObject "Updating $variableName from $($oldValue) to $($variableValue)..."
|
Write-Output -InputObject "Updating $variableName from $($oldValue) to $($variableValue)..."
|
||||||
|
|
||||||
$body = ConvertTo-Json -InputObject $definitionResponse -Depth 100 -Compress
|
$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
|
pwsh: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue