We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2e361 commit edf5e44Copy full SHA for edf5e44
.azure-pipelines/azure-pipelines-repd-build-variables.yml
@@ -1,5 +1,5 @@
1
variables:
2
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}:
3
- VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker'
+ VERSION_CONTROL_OPTIONS: ''
4
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}:
5
VERSION_CONTROL_OPTIONS: ''
0 commit comments