pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 16:41:24 +10:00
parent 7e7211dd65
commit a980688b74

View file

@ -70,7 +70,7 @@ steps:
$count = $count + 1 $count = $count + 1
} }
Write-Host -ForeGroundColor Cyan "Created $count AgentCapabilities.$capabilityType environment variables" Write-Host -ForeGroundColor Cyan "Created $count AGENT_$capabilityType environment variable(s)"
} }
if ($CollectionUri.EndsWith('/')) { if ($CollectionUri.EndsWith('/')) {