File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed
Expand file tree Collapse file tree 7 files changed +14
-13
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-f57e6dc" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-f57e6dc7/nuget/v3/index.json" />
87 <!-- End: Package sources from dotnet-runtime -->
98 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
109 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2120 <clear />
2221 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2322 <!-- Begin: Package sources from dotnet-runtime -->
24- <add key =" darc-int-dotnet-runtime-f57e6dc" value =" true" />
2523 <!-- End: Package sources from dotnet-runtime -->
2624 <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2725 </disabledPackageSources >
Original file line number Diff line number Diff line change 6767 </Dependency >
6868 </ProductDependencies >
6969 <ToolsetDependencies >
70- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25208 .6" >
70+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25225 .6" >
7171 <Uri >https://github.com/dotnet/arcade</Uri >
72- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
72+ <Sha >bfbc858ba868b60fffaf7b2150f1d2165b01e786 </Sha >
7373 </Dependency >
74- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25208 .6" >
74+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25225 .6" >
7575 <Uri >https://github.com/dotnet/arcade</Uri >
76- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
76+ <Sha >bfbc858ba868b60fffaf7b2150f1d2165b01e786 </Sha >
7777 </Dependency >
78- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25208 .6" >
78+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25225 .6" >
7979 <Uri >https://github.com/dotnet/arcade</Uri >
80- <Sha >aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 </Sha >
80+ <Sha >bfbc858ba868b60fffaf7b2150f1d2165b01e786 </Sha >
8181 </Dependency >
8282 </ToolsetDependencies >
8383</Dependencies >
Original file line number Diff line number Diff line change 3434 <SystemFormatsAsn1Version >9.0.4</SystemFormatsAsn1Version >
3535 </PropertyGroup >
3636 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
37- <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25208 .6</MicrosoftDotNetBuildTasksTemplatingVersion >
37+ <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25225 .6</MicrosoftDotNetBuildTasksTemplatingVersion >
3838 </PropertyGroup >
3939 <PropertyGroup Label =" Other dependencies" >
4040 <MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ parameters:
2626 # Specifies the build script to invoke to perform the build in the repo. The default
2727 # './build.sh' should work for typical Arcade repositories, but this is customizable for
2828 # difficult situations.
29+ # buildArguments: ''
30+ # Specifies additional build arguments to pass to the build script.
2931 # jobProperties: {}
3032 # A list of job properties to inject at the top level, for potential extensibility beyond
3133 # container and pool.
Original file line number Diff line number Diff line change 11parameters :
22 runAsPublic : false
3- sourceIndexUploadPackageVersion : 2.0.0-20240522.1
4- sourceIndexProcessBinlogPackageVersion : 1.0.1-20240522.1
3+ sourceIndexUploadPackageVersion : 2.0.0-20250425.2
4+ sourceIndexProcessBinlogPackageVersion : 1.0.1-20250425.2
55 sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
66 sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
77 preSteps : []
Original file line number Diff line number Diff line change 7979 ${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
8080 --configuration $buildConfig \
8181 --restore --build --pack $publishArgs -bl \
82+ ${{ parameters.platform.buildArguments }} \
8283 $officialBuildArgs \
8384 $internalRuntimeDownloadArgs \
8485 $internalRestoreArgs \
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25208 .6" ,
17- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25208 .6"
16+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25225 .6" ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25225 .6"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments