mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Added another check for variables
This commit is contained in:
parent
9e56f23c1b
commit
9240c1209e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue