diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 507913c6..971436ed 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -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 {