From a980688b742985623c1b0056764bae5898804f4d Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 29 Dec 2022 16:41:24 +1000 Subject: [PATCH] pipeline file changes --- .../create-agent-capabilities-environment-variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/create-agent-capabilities-environment-variables.yml b/.azure/pipelines/create-agent-capabilities-environment-variables.yml index 1a598c11..6253fcd9 100644 --- a/.azure/pipelines/create-agent-capabilities-environment-variables.yml +++ b/.azure/pipelines/create-agent-capabilities-environment-variables.yml @@ -1,6 +1,6 @@ steps: - task: PowerShell@2 - displayName: Create AgentCapabilities Environment Variables + displayName: Create Agent Capabilities Environment Variables env: SYSTEM_ACCESSTOKEN: $(System.AccessToken) USER_ACCESSTOKEN: $(AccessToken) @@ -70,7 +70,7 @@ steps: $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('/')) {