pipeline file changes

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

View file

@ -1,6 +1,6 @@
steps: steps:
- task: PowerShell@2 - task: PowerShell@2
displayName: Create AgentCapabilities Environment Variables displayName: Create Agent Capabilities Environment Variables
env: env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken) SYSTEM_ACCESSTOKEN: $(System.AccessToken)
USER_ACCESSTOKEN: $(AccessToken) USER_ACCESSTOKEN: $(AccessToken)
@ -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('/')) {