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
64c39a6704
commit
f4da47ad62
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue