File tree Expand file tree Collapse file tree 8 files changed +29
-21
lines changed
Expand file tree Collapse file tree 8 files changed +29
-21
lines changed Original file line number Diff line number Diff line change 44 <clear />
55 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66 <!-- Begin: Package sources from dotnet-runtime -->
7- <add key =" darc-int-dotnet-runtime-574100b" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-574100b6/nuget/v3/index.json" />
8- <add key =" darc-int-dotnet-runtime-574100b-4" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-574100b6-4/nuget/v3/index.json" />
9- <add key =" darc-int-dotnet-runtime-574100b-3" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-574100b6-3/nuget/v3/index.json" />
10- <add key =" darc-int-dotnet-runtime-574100b-2" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-574100b6-2/nuget/v3/index.json" />
11- <add key =" darc-int-dotnet-runtime-574100b-1" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-574100b6-1/nuget/v3/index.json" />
127 <!-- End: Package sources from dotnet-runtime -->
138 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
149 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2318 <clear />
2419 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2520 <!-- Begin: Package sources from dotnet-runtime -->
26- <add key =" darc-int-dotnet-runtime-574100b-1" value =" true" />
27- <add key =" darc-int-dotnet-runtime-574100b-2" value =" true" />
28- <add key =" darc-int-dotnet-runtime-574100b-3" value =" true" />
29- <add key =" darc-int-dotnet-runtime-574100b-4" value =" true" />
30- <add key =" darc-int-dotnet-runtime-574100b" value =" true" />
3121 <!-- End: Package sources from dotnet-runtime -->
3222 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3323 </disabledPackageSources >
Original file line number Diff line number Diff line change 6060 </Dependency >
6161 </ProductDependencies >
6262 <ToolsetDependencies >
63- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25461 .1" >
63+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25473 .1" >
6464 <Uri >https://github.com/dotnet/arcade</Uri >
65- <Sha >958612453c58fd32328461580b19ce5ecf4aedd2 </Sha >
65+ <Sha >ea77ace912db0e1cf28f199cb456b27fe311635e </Sha >
6666 </Dependency >
67- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.25461 .1" >
67+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.25473 .1" >
6868 <Uri >https://github.com/dotnet/arcade</Uri >
69- <Sha >958612453c58fd32328461580b19ce5ecf4aedd2 </Sha >
69+ <Sha >ea77ace912db0e1cf28f199cb456b27fe311635e </Sha >
7070 </Dependency >
71- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25461 .1" >
71+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25473 .1" >
7272 <Uri >https://github.com/dotnet/arcade</Uri >
73- <Sha >958612453c58fd32328461580b19ce5ecf4aedd2 </Sha >
73+ <Sha >ea77ace912db0e1cf28f199cb456b27fe311635e </Sha >
7474 </Dependency >
7575 </ToolsetDependencies >
7676</Dependencies >
Original file line number Diff line number Diff line change 3333 <MicrosoftNETCoreBrowserDebugHostTransportVersion >8.0.20-servicing.25419.14</MicrosoftNETCoreBrowserDebugHostTransportVersion >
3434 </PropertyGroup >
3535 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
36- <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.25461 .1</MicrosoftDotNetBuildTasksTemplatingVersion >
36+ <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.25473 .1</MicrosoftDotNetBuildTasksTemplatingVersion >
3737 </PropertyGroup >
3838 <PropertyGroup Label =" Other dependencies" >
3939 <!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support -->
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ parameters:
3232
3333 repositoryAlias : self
3434
35+ officialBuildId : ' '
36+
3537jobs :
3638- job : Asset_Registry_Publish
3739
5254 value : false
5355 - ${{ if eq(parameters.publishAssetsImmediately, 'true') }} :
5456 - template : /eng/common/templates-official/post-build/common-variables.yml
57+ - name : OfficialBuildId
58+ ${{ if ne(parameters.officialBuildId, '') }} :
59+ value : ${{ parameters.officialBuildId }}
60+ ${{ else }} :
61+ value : $(Build.BuildNumber)
5562
5663 pool :
5764 # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
93100 /p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
94101 /p:MaestroApiEndpoint=https://maestro.dot.net
95102 /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
96- /p:OfficialBuildId=$(Build.BuildNumber )
103+ /p:OfficialBuildId=$(OfficialBuildId )
97104 condition : ${{ parameters.condition }}
98105 continueOnError : ${{ parameters.continueOnError }}
99106
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ parameters:
4141 enableSourceIndex : false
4242 sourceIndexParams : {}
4343 repositoryAlias : self
44+ officialBuildId : ' '
4445
4546# Internal resources (telemetry, microbuild) can only be accessed from non-public projects,
4647# and some (Microbuild) should only be applied to non-PR cases for internal builds.
9798 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
9899 signingValidationAdditionalParameters : ${{ parameters.signingValidationAdditionalParameters }}
99100 repositoryAlias : ${{ parameters.repositoryAlias }}
101+ officialBuildId : ${{ parameters.officialBuildId }}
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ parameters:
3232
3333 repositoryAlias : self
3434
35+ officialBuildId : ' '
36+
3537jobs :
3638- job : Asset_Registry_Publish
3739
5254 value : false
5355 - ${{ if eq(parameters.publishAssetsImmediately, 'true') }} :
5456 - template : /eng/common/templates/post-build/common-variables.yml
57+ - name : OfficialBuildId
58+ ${{ if ne(parameters.officialBuildId, '') }} :
59+ value : ${{ parameters.officialBuildId }}
60+ ${{ else }} :
61+ value : $(Build.BuildNumber)
5562
5663 pool :
5764 # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
9198 /p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
9299 /p:MaestroApiEndpoint=https://maestro.dot.net
93100 /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
94- /p:OfficialBuildId=$(Build.BuildNumber )
101+ /p:OfficialBuildId=$(OfficialBuildId )
95102 condition : ${{ parameters.condition }}
96103 continueOnError : ${{ parameters.continueOnError }}
97104
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ parameters:
4141 enableSourceIndex : false
4242 sourceIndexParams : {}
4343 repositoryAlias : self
44+ officialBuildId : ' '
4445
4546# Internal resources (telemetry, microbuild) can only be accessed from non-public projects,
4647# and some (Microbuild) should only be applied to non-PR cases for internal builds.
9798 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
9899 signingValidationAdditionalParameters : ${{ parameters.signingValidationAdditionalParameters }}
99100 repositoryAlias : ${{ parameters.repositoryAlias }}
101+ officialBuildId : ${{ parameters.officialBuildId }}
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25461 .1" ,
17- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25461 .1"
16+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25473 .1" ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25473 .1"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments