Skip to content

Commit a8f0c0c

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#5060)
[release/9.0] Update dependencies from dotnet/arcade
1 parent 0478a99 commit a8f0c0c

File tree

7 files changed

+21
-22
lines changed

7 files changed

+21
-22
lines changed

NuGet.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
<clear />
1010
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1111
<!-- Begin: Package sources from dotnet-runtime -->
12-
<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" />
1312
<!-- End: Package sources from dotnet-runtime -->
1413
<!-- Begin: Package sources from dotnet-winforms -->
15-
<add key="darc-int-dotnet-winforms-ca42d9e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-ca42d9e5/nuget/v3/index.json" />
1614
<!-- End: Package sources from dotnet-winforms -->
1715
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1816
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -27,10 +25,8 @@
2725
<clear />
2826
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2927
<!-- Begin: Package sources from dotnet-runtime -->
30-
<add key="darc-int-dotnet-runtime-f57e6dc" value="true" />
3128
<!-- End: Package sources from dotnet-runtime -->
3229
<!-- Begin: Package sources from dotnet-winforms -->
33-
<add key="darc-int-dotnet-winforms-ca42d9e" value="true" />
3430
<!-- End: Package sources from dotnet-winforms -->
3531
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3632
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,29 +152,29 @@
152152
</Dependency>
153153
</ProductDependencies>
154154
<ToolsetDependencies>
155-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
155+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25225.6">
156156
<Uri>https://github.com/dotnet/arcade</Uri>
157-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
157+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25208.6">
159+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.25225.6">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
161+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25208.6">
163+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.25225.6">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
165+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25208.6">
167+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.25225.6">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
169+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25208.6">
171+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25225.6">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
173+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25208.6">
175+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.25225.6">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
177+
<Sha>bfbc858ba868b60fffaf7b2150f1d2165b01e786</Sha>
178178
</Dependency>
179179
</ToolsetDependencies>
180180
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<!-- arcade -->
15-
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksArchivesVersion>
16-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25208.6</MicrosoftDotNetBuildTasksInstallersVersion>
15+
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.25225.6</MicrosoftDotNetBuildTasksArchivesVersion>
16+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25225.6</MicrosoftDotNetBuildTasksInstallersVersion>
1717
<!-- corefx -->
1818
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
1919
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>

eng/common/core-templates/job/source-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

eng/common/core-templates/job/source-index-stage1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
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: []

eng/common/core-templates/steps/source-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ steps:
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 \

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "9.0.105"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
7-
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25208.6",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25225.6",
7+
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25225.6",
88
"Microsoft.Build.NoTargets": "3.7.0",
99
"Microsoft.Build.Traversal": "3.4.0"
1010
}

0 commit comments

Comments
 (0)