mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Trying other variable names
This commit is contained in:
parent
9240c1209e
commit
d2f0a3d3b1
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue