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