[release/11.0] Update dependencies from dotnet/arcade-services - #17352
[release/11.0] Update dependencies from dotnet/arcade-services#17352dotnet-maestro[bot] wants to merge 1 commit into
Conversation
…ild 20260813.1 On relative base path root Microsoft.DotNet.DarcLib , Microsoft.DotNet.ProductConstructionService.Client From Version 1.1.0-beta.26374.1 -> To Version 1.1.0-beta.26413.1
❌ Build Failure AnalysisBoth build legs (Linux/Debug and Windows/Release) fail with the same two CS1503 compiler errors in Root CauseThis PR bumps Two call sites in
Suggested FixRemove // Line 362 — before
producingBuild = await client.Builds.GetBuildAsync(asset.BuildId, cancellationToken);
// Line 362 — after
producingBuild = await client.Builds.GetBuildAsync(asset.BuildId);
// Line 380 — before
var build = await client.Builds.GetBuildAsync(buildId.Value, cancellationToken);
// Line 380 — after
var build = await client.Builds.GetBuildAsync(buildId.Value);If the updated API exposes cancellation via a named parameter, pass
|
There was a problem hiding this comment.
🤖 Automated content by GitHub Copilot. Generated by the Build Failure Analysis workflow.{ai_credits_suffix} · ◷
This pull request updates the following dependencies
From https://github.com/dotnet/arcade-services