mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
e559cbb4f1
commit
2eea4900b3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue