diff --git a/eng/pipelines/templates/jobs/ci.yml b/eng/pipelines/templates/jobs/ci.yml index 3e85fce0299ce..850402cf79803 100644 --- a/eng/pipelines/templates/jobs/ci.yml +++ b/eng/pipelines/templates/jobs/ci.yml @@ -152,6 +152,7 @@ jobs: - task: PowerShell@2 displayName: Setup Dev versioning + condition: and(succeeded(), eq(variables['SetDevVersion'],'true')) inputs: pwsh: true filePath: eng/pipelines/scripts/Set-Dev-Versioning.ps1