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) {