mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Mapping of credential variables
This commit is contained in:
parent
d2f0a3d3b1
commit
73e7f2dd1b
1 changed files with 13 additions and 10 deletions
|
@ -27,16 +27,6 @@ stages:
|
|||
pool:
|
||||
vmImage: 'Windows-latest'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
echo $Box_ClientId
|
||||
echo $(Box_ClientId)
|
||||
echo $BOX_CLIENTID
|
||||
echo %BOX_CLIENTID%
|
||||
echo $DropBox_ClientId
|
||||
echo $Flickr_ClientId
|
||||
displayName: 'Show Variable Values'
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
@ -60,6 +50,19 @@ stages:
|
|||
solution: '$(solution)'
|
||||
platform: $(buildPlatform)
|
||||
configuration: $(buildConfiguration)
|
||||
env:
|
||||
Box_ClientId: $(Box_ClientId)
|
||||
Box_ClientSecret: $(Box_ClientSecret)
|
||||
DropBox_ClientId: $(DropBox_ClientId)
|
||||
DropBox_ClientSecret: $(DropBox_ClientSecret)
|
||||
Flickr_ClientId: $(Flickr_ClientId)
|
||||
Flickr_ClientSecret: $(Flickr_ClientSecret)
|
||||
Imgur_ClientId: $(Imgur_ClientId)
|
||||
Imgur_ClientSecret: $(Imgur_ClientSecret)
|
||||
Photobucket_ClientId: $(Photobucket_ClientId)
|
||||
Photobucket_ClientSecret: $(Photobucket_ClientSecret)
|
||||
Picasa_ClientId: $(Picasa_ClientId)
|
||||
Picasa_ClientSecret: $(Picasa_ClientSecret)
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue