From da54ad19c3ba46dfea1da577bb5da8493529366e Mon Sep 17 00:00:00 2001 From: IGvaleries Date: Mon, 16 Dec 2024 17:39:16 -0500 Subject: [PATCH] Update build-steps-template.yml --- azure-pipelines/templates/build-steps-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/templates/build-steps-template.yml b/azure-pipelines/templates/build-steps-template.yml index 14988af20..ecc7326f5 100644 --- a/azure-pipelines/templates/build-steps-template.yml +++ b/azure-pipelines/templates/build-steps-template.yml @@ -116,6 +116,7 @@ steps: Write-Host "adding username" $addUsername.SetAttribute("key", "Username") $add.SetAttribute("value", "UserName") + Write-Host "username is" Write-Host "$(username)" # $add.SetAttribute("value", "$(username)") $source.AppendChild($addUsername)