We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9df7d00 + af062ba commit 141de32Copy full SHA for 141de32
azure-pipelines-official.yml
@@ -119,11 +119,11 @@ extends:
119
displayName: Build and Test
120
121
jobs:
122
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.12') }}:
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.13') }}:
123
- template: /eng/common/templates-official/job/onelocbuild.yml@self
124
parameters:
125
MirrorRepo: roslyn
126
- MirrorBranch: release/dev17.12
+ MirrorBranch: release/dev17.13
127
LclSource: lclFilesfromPackage
128
LclPackageId: 'LCL-JUNO-PROD-ROSLYN'
129
0 commit comments