-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[ci] Update arcade main #31978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] Update arcade main #31978
Conversation
There was a problem hiding this 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.SourcesDirectorytoSystem.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 |
|
/backport to release/9.0.1xx-sr12 |
|
Started backporting to release/9.0.1xx-sr12: https://github.com/dotnet/maui/actions/runs/18497106643 |
Description of Change
Service connection to access private feeds is failing.
Update arcade