File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
eng/common/core-templates Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 7
7
<!-- End: Package sources from dotnet-aspire -->
8
8
<!-- Begin: Package sources from dotnet-runtime -->
9
9
<add key =" darc-int-dotnet-runtime-893c2eb" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-893c2ebb/nuget/v3/index.json" />
10
- <add key =" darc-int-dotnet-runtime-893c2eb-4" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-893c2ebb-4/nuget/v3/index.json" />
11
- <add key =" darc-int-dotnet-runtime-893c2eb-3" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-893c2ebb-3/nuget/v3/index.json" />
12
- <add key =" darc-int-dotnet-runtime-893c2eb-2" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-893c2ebb-2/nuget/v3/index.json" />
13
- <add key =" darc-int-dotnet-runtime-893c2eb-1" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-893c2ebb-1/nuget/v3/index.json" />
14
10
<!-- End: Package sources from dotnet-runtime -->
15
11
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
16
12
<add key =" dotnet6" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
42
38
<clear />
43
39
<!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
44
40
<!-- Begin: Package sources from dotnet-runtime -->
45
- <add key =" darc-int-dotnet-runtime-893c2eb-1" value =" true" />
46
- <add key =" darc-int-dotnet-runtime-893c2eb-2" value =" true" />
47
- <add key =" darc-int-dotnet-runtime-893c2eb-3" value =" true" />
48
- <add key =" darc-int-dotnet-runtime-893c2eb-4" value =" true" />
49
41
<add key =" darc-int-dotnet-runtime-893c2eb" value =" true" />
50
42
<!-- End: Package sources from dotnet-runtime -->
51
43
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ parameters:
40
40
41
41
repositoryAlias : self
42
42
43
+ officialBuildId : ' '
44
+
43
45
jobs :
44
46
- job : Asset_Registry_Publish
45
47
62
64
value : false
63
65
# unconditional - needed for logs publishing (redactor tool version)
64
66
- template : /eng/common/core-templates/post-build/common-variables.yml
67
+ - name : OfficialBuildId
68
+ ${{ if ne(parameters.officialBuildId, '') }} :
69
+ value : ${{ parameters.officialBuildId }}
70
+ ${{ else }} :
71
+ value : $(Build.BuildNumber)
65
72
66
73
pool :
67
74
# We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ parameters:
44
44
artifacts : {}
45
45
is1ESPipeline : ' '
46
46
repositoryAlias : self
47
+ officialBuildId : ' '
47
48
48
49
# Internal resources (telemetry, microbuild) can only be accessed from non-public projects,
49
50
# and some (Microbuild) should only be applied to non-PR cases for internal builds.
@@ -116,3 +117,4 @@ jobs:
116
117
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
117
118
signingValidationAdditionalParameters : ${{ parameters.signingValidationAdditionalParameters }}
118
119
repositoryAlias : ${{ parameters.repositoryAlias }}
120
+ officialBuildId : ${{ parameters.officialBuildId }}
You can’t perform that action at this time.
0 commit comments