From d2f0a3d3b170e0d2b8e56f234c1ee74a0d9c0f79 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Sat, 7 Mar 2020 23:02:40 +0100 Subject: [PATCH] Trying other variable names --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 28f445884..3996898b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,9 @@ stages: steps: - script: | echo $Box_ClientId + echo $(Box_ClientId) + echo $BOX_CLIENTID + echo %BOX_CLIENTID% echo $DropBox_ClientId echo $Flickr_ClientId displayName: 'Show Variable Values'