Conversation
Contributor
There was a problem hiding this comment.
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 |
Member
Author
|
/backport to release/9.0.1xx-sr12 |
Contributor
|
Started backporting to release/9.0.1xx-sr12: https://github.com/dotnet/maui/actions/runs/18497106643 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Service connection to access private feeds is failing.
Update arcade