File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ extends:
41
41
# Localization build
42
42
#
43
43
44
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0 ') }} :
44
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main ') }} :
45
45
- template : /eng/common/templates-official/job/onelocbuild.yml
46
46
parameters :
47
47
MirrorRepo : runtime
48
- MirrorBranch : release/9.0
48
+ MirrorBranch : main
49
49
LclSource : lclFilesfromPackage
50
50
LclPackageId : ' LCL-JUNO-PROD-RUNTIME'
51
51
@@ -661,7 +661,7 @@ extends:
661
661
flattenFolders : true
662
662
663
663
buildArgs : -s mono.workloads -c $(_BuildConfig) /p:PackageSource=$(Build.SourcesDirectory)/artifacts/workloadPackages /p:WorkloadOutputPath=$(Build.SourcesDirectory)/artifacts/workloads
664
-
664
+
665
665
postBuildSteps :
666
666
# Upload packages wrapping msis
667
667
- template : /eng/pipelines/common/upload-intermediate-artifacts-step.yml
You can’t perform that action at this time.
0 commit comments