Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-22 00:51:30 +10:00
parent e559cbb4f1
commit 2eea4900b3

View file

@ -74,9 +74,11 @@ stages:
throw "Multiple agents ($($agents.Count)) found with id: $agentId and name: $agentName"
}
Write-Host 'Agent found'
return $agents.Item(0)
}
Write-Host 'Agent NOT found'
return $null
}
catch {