mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
Check for signed variable (#8682)
* Check for signed variable * Check for signed * use variable syntax * Signed has to be upper case
This commit is contained in:
@@ -129,6 +129,7 @@ steps:
|
||||
}
|
||||
]
|
||||
SessionTimeout: 20
|
||||
condition: and(succeeded(), eq(variables['signed'], true))
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user