From f4da47ad62f656fae0f6edad7248679b326549bf Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 22 Dec 2022 00:45:59 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index afb685f8..c69a90d9 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -101,7 +101,6 @@ stages: [int]$AgentId = $(Agent.Id) [string]$AgentName = $(Agent.Name) - Write-Host "AgentId = $AgentId; AgentName = $AgentName" $AgentData = Get-AzureDevopsAgent -baseUri "$(System.CollectionUri)_apis" -accessToken $(System.AccessToken) -agentId $AgentId -agentName $AgentName if ($AgentData) {