diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 5f681633869f5..b11298002bc17 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -103,11 +103,11 @@ extends: displayName: Build and Test jobs: - - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.10') }}: + - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.11') }}: - template: /eng/common/templates-official/job/onelocbuild.yml@self parameters: MirrorRepo: roslyn - MirrorBranch: release/dev17.10 + MirrorBranch: release/dev17.11 LclSource: lclFilesfromPackage LclPackageId: 'LCL-JUNO-PROD-ROSLYN'