Added another check for variables

This commit is contained in:
Robin Krom 2020-03-07 22:52:14 +01:00
commit 9240c1209e

View file

@ -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