edf5e445be
Why I did it It seems that reproducible build and dood conflicts. Disable reproducible build first. Investigate the issue later.
6 lines
312 B
YAML
6 lines
312 B
YAML
variables:
|
|
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}:
|
|
VERSION_CONTROL_OPTIONS: ''
|
|
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}:
|
|
VERSION_CONTROL_OPTIONS: ''
|