From 9240c1209e0ed9c24db060e559c05dde8280c20b Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Sat, 7 Mar 2020 22:52:14 +0100 Subject: [PATCH] Added another check for variables --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff9fd8056..28f445884 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,12 @@ stages: vmImage: 'Windows-latest' steps: + - script: | + echo $Box_ClientId + echo $DropBox_ClientId + echo $Flickr_ClientId + displayName: 'Show Variable Values' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2