diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index df7f447156156..69c371a7db6e0 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -121,11 +121,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'