[build] Disable reproducible build in 202205. (#11071)
Why I did it It seems that reproducible build and dood conflicts. Disable reproducible build first. Investigate the issue later.
This commit is contained in:
parent
1c2e361080
commit
edf5e445be
@ -1,5 +1,5 @@
|
||||
variables:
|
||||
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}:
|
||||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
|
||||
VERSION_CONTROL_OPTIONS: ''
|
||||
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}:
|
||||
VERSION_CONTROL_OPTIONS: ''
|
||||
|
Reference in New Issue
Block a user