Skip to content

Conversation

@rmarinho
Copy link
Member

@rmarinho rmarinho commented Oct 13, 2025

Description of Change

Service connection to access private feeds is failing.
Update arcade

##[error]Script failed with error: ERROR: AADSTS700213: No matching federated identity record found for presented assertion subject '***'. Check your federated identity credential Subject, Audience and Issuer against the presented assertion. https://learn.microsoft.com/entra/workload-id/workload-identity-federation Trace ID: 8eea681d-a1eb-487d-9be7-d61225177f00 Correlation ID: d0f0de73-8a5d-4de0-99b6-83e71da1f7a4 Timestamp: 2025-10-13 14:54:34Z

Copilot AI review requested due to automatic review settings October 13, 2025 15:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Arcade build system to version 9.0.0-beta.25503.3 to resolve service connection issues with private feeds that were causing authentication failures in CI pipelines. The update includes temporarily disabling internal feed sources while the authentication issues are addressed.

  • Updates .NET SDK and Arcade tooling to newer versions
  • Temporarily comments out internal feed configuration to work around authentication failures
  • Standardizes Azure DevOps path variables from Build.SourcesDirectory to System.DefaultWorkingDirectory

Reviewed Changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.

Show a summary per file
File Description
global.json Updates .NET SDK to 9.0.110 and Arcade SDKs to 9.0.0-beta.25503.3
eng/pipelines/common/provision.yml Comments out internal feed setup to avoid authentication issues
eng/common/tools.ps1 Adds condition to force x-copy MSBuild usage
eng/common/templates/job/job.yml Changes path variable from Build.SourcesDirectory to System.DefaultWorkingDirectory
eng/common/templates-official/variables/sdl-variables.yml Updates path variable for SDL packages config
eng/common/templates-official/job/job.yml Updates BuildDropPath to use System.DefaultWorkingDirectory
eng/common/template-guidance.md Updates example to use System.DefaultWorkingDirectory
eng/common/post-build/nuget-verification.ps1 Changes default package source to Azure DevOps public feed
eng/common/core-templates/steps/source-build.yml Updates path variables and adds componentGovernanceIgnoreDirectories parameter
eng/common/core-templates/steps/publish-logs.yml Updates all path references to use System.DefaultWorkingDirectory
eng/common/core-templates/steps/generate-sbom.yml Updates BuildDropPath default value
eng/common/core-templates/steps/enable-internal-sources.yml Updates script paths to use System.DefaultWorkingDirectory
eng/common/core-templates/post-build/setup-maestro-vars.yml Updates tools.ps1 path reference
eng/common/core-templates/post-build/post-build.yml Updates multiple script paths to use System.DefaultWorkingDirectory
eng/common/core-templates/jobs/source-build.yml Adds componentGovernanceIgnoreDirectories parameter
eng/common/core-templates/jobs/jobs.yml Adds repositoryAlias and officialBuildId parameters
eng/common/core-templates/jobs/codeql-build.yml Updates GuardianPackagesConfigFile path
eng/common/core-templates/job/source-index-stage1.yml Updates BinLogToSln command path
eng/common/core-templates/job/source-build.yml Adds componentGovernanceIgnoreDirectories parameter
eng/common/core-templates/job/publish-build-assets.yml Adds repositoryAlias, officialBuildId parameters and updates paths
eng/common/core-templates/job/onelocbuild.yml Updates SourcesDirectory default and script paths
eng/common/core-templates/job/job.yml Adds microbuildUseESRP parameter and updates multiple paths
eng/common/SetupNugetSources.sh Updates example script paths in comments
eng/common/SetupNugetSources.ps1 Updates example script paths in comments
eng/Versions.props Updates all Arcade-related package versions to 9.0.0-beta.25503.3
eng/Version.Details.xml Updates dependency versions and SHA references for Arcade packages

@rmarinho rmarinho merged commit 1e56eca into main Oct 13, 2025
122 of 130 checks passed
@rmarinho rmarinho deleted the update-arcade-main branch October 13, 2025 18:08
@rmarinho
Copy link
Member Author

/backport to release/9.0.1xx-sr12

@github-actions
Copy link
Contributor

Started backporting to release/9.0.1xx-sr12: https://github.com/dotnet/maui/actions/runs/18497106643

@github-actions github-actions bot locked and limited conversation to collaborators Nov 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants