pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 14:48:57 +10:00
parent 1ef43cfa7b
commit 5f7443e8fb

View file

@ -20,11 +20,6 @@ steps:
[Parameter(Mandatory = $true)] [string]$accessToken
)
Write-Host "baseUri = $baseUri"
Write-Host "agentId = $agentId"
Write-Host "agentName = $agentName"
Write-Host "accessToken = $accessToken"
try {
[Net.ServicePointManager]::SecurityProtocol = "Tls12, Tls13"