File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ extends:
4141 # Localization build
4242 #
4343
44- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0 ') }} :
44+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main ') }} :
4545 - template : /eng/common/templates-official/job/onelocbuild.yml
4646 parameters :
4747 MirrorRepo : runtime
48- MirrorBranch : release/9.0
48+ MirrorBranch : main
4949 LclSource : lclFilesfromPackage
5050 LclPackageId : ' LCL-JUNO-PROD-RUNTIME'
5151
@@ -661,7 +661,7 @@ extends:
661661 flattenFolders : true
662662
663663 buildArgs : -s mono.workloads -c $(_BuildConfig) /p:PackageSource=$(Build.SourcesDirectory)/artifacts/workloadPackages /p:WorkloadOutputPath=$(Build.SourcesDirectory)/artifacts/workloads
664-
664+
665665 postBuildSteps :
666666 # Upload packages wrapping msis
667667 - template : /eng/pipelines/common/upload-intermediate-artifacts-step.yml
You can’t perform that action at this time.
0 commit comments