You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dependencies from https://github.com/dotnet/arcade build 20250220.1 (#10561)
Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
From Version 8.0.0-beta.25111.4 -> To Version 8.0.0-beta.25120.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
----
#### AI description (iteration 1)
#### PR Classification
Dependency update
#### PR Summary
This pull request updates dependencies from the `dotnet/arcade` build 20250220.1 and makes several configuration adjustments.
- Updated versions and SHAs for multiple dependencies in `eng/Version.Details.xml`.
- Added `HelixProjectArguments` parameter and updated related scripts in `eng/common/templates-official/steps/send-to-helix.yml` and `eng/common/templates/steps/send-to-helix.yml`.
- Added new package sources and disabled some in `NuGet.config`.
- Updated dependency versions in `eng/Versions.props` and `global.json`.
- Added toolchain flags for `s390x` architecture in `eng/common/cross/toolchain.cmake`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Copy file name to clipboardExpand all lines: eng/common/templates-official/steps/send-to-helix.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ parameters:
8
8
HelixConfiguration: ''# optional -- additional property attached to a job
9
9
HelixPreCommands: ''# optional -- commands to run before Helix work item execution
10
10
HelixPostCommands: ''# optional -- commands to run after Helix work item execution
11
+
HelixProjectArguments: ''# optional -- arguments passed to the build command for helixpublish.proj
11
12
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
12
13
WorkItemCommand: ''# optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
13
14
WorkItemTimeout: ''# optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
@@ -24,12 +25,12 @@ parameters:
24
25
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
25
26
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting https://helix.int-dot.net )
26
27
Creator: ''# optional -- if the build is external, use this to specify who is sending the job
27
-
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
28
+
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
28
29
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
29
30
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
Copy file name to clipboardExpand all lines: eng/common/templates/steps/send-to-helix.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ parameters:
8
8
HelixConfiguration: ''# optional -- additional property attached to a job
9
9
HelixPreCommands: ''# optional -- commands to run before Helix work item execution
10
10
HelixPostCommands: ''# optional -- commands to run after Helix work item execution
11
+
HelixProjectArguments: ''# optional -- arguments passed to the build command for helixpublish.proj
11
12
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
12
13
WorkItemCommand: ''# optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
13
14
WorkItemTimeout: ''# optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
@@ -24,12 +25,12 @@ parameters:
24
25
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
25
26
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting https://helix.int-dot.net )
26
27
Creator: ''# optional -- if the build is external, use this to specify who is sending the job
27
-
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
28
+
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
28
29
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
29
30
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
0 commit comments