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