Skip to content

Commit

Permalink
Update oneloc branch (#13773)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii authored Aug 24, 2022
1 parent 3fc81e7 commit 83988e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ stages:
# Signed build #
#-------------------------------------------------------------------------------------------------------------------#
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.3') }}:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.4') }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: fsharp
MirrorBranch: release/dev17.3
MirrorBranch: release/dev17.4
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-FSHARP'
- template: /eng/common/templates/jobs/jobs.yml
Expand Down

0 comments on commit 83988e2

Please sign in to comment.