File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 25
25
<!-- Set the TargetRid property to our PackageRID, which is the right RID to use for selecting packages from our repo. -->
26
26
<TargetRid >$(PackageRID)</TargetRid >
27
27
28
+ <!-- The final stage of the runtime official build should publish everything. -->
29
+ <EnableDefaultRidSpecificArtifacts Condition =" '$(DotNetFinalPublish)' != ''" >false</EnableDefaultRidSpecificArtifacts >
28
30
<EnableDefaultRidSpecificArtifacts Condition =" '$(EnableDefaultRidSpecificArtifacts)' == ''" >true</EnableDefaultRidSpecificArtifacts >
29
31
30
32
<UseDotNetCertificate >true</UseDotNetCertificate >
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ extends:
35
35
otherStages :
36
36
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }} :
37
37
- stage : Localization
38
+ dependsOn : []
38
39
jobs :
39
40
#
40
41
# Localization build
@@ -46,6 +47,7 @@ extends:
46
47
LclSource : lclFilesfromPackage
47
48
LclPackageId : ' LCL-JUNO-PROD-RUNTIME'
48
49
- stage : Source_Index
50
+ dependsOn : []
49
51
displayName : Source Index
50
52
jobs :
51
53
#
@@ -56,6 +58,7 @@ extends:
56
58
sourceIndexBuildCommand : build.cmd -subset libs.sfx+libs.oob -binarylog -os linux -ci /p:SkipLibrariesNativeRuntimePackages=true
57
59
buildStage :
58
60
stage : Build
61
+ dependsOn : []
59
62
jobs :
60
63
#
61
64
# Build CoreCLR runtime packs
You can’t perform that action at this time.
0 commit comments