From 2eea4900b32071f8b7962c5b1f79b4623c2c5202 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 22 Dec 2022 00:51:30 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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 {