[release/8.0] Use source-build-assets repo#66276
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s source-build intermediate dependency to reflect the rename of source-build-reference-packages to source-build-assets, ensuring source-build/VMR dependency metadata points at the correct repo and package.
Changes:
- Renames the
Microsoft.SourceBuild.Intermediate.*dependency fromsource-build-reference-packagestosource-build-assets. - Updates the dependency URI, SHA, and version to match the new
dotnet/source-build-assetsrepo/package.
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-assets" Version="8.0.0-alpha.1.26208.5"> | ||
| <Uri>https://github.com/dotnet/source-build-assets</Uri> | ||
| <Sha>e726d9647b47c6635533d8eebfc2992749128d7e</Sha> | ||
| <SourceBuild RepoName="source-build-assets" ManagedOnly="true" /> | ||
| </Dependency> |
There was a problem hiding this comment.
After renaming the dependency here to Microsoft.SourceBuild.Intermediate.source-build-assets, the repo still contains an auto-managed version property for the old source-build-reference-packages repo/package in eng/Versions.props (and no corresponding ...sourcebuildassets... property). Please regenerate/update eng/Versions.props (typically via darc dependency update) so Version.Details and Versions.props stay consistent and source-build/VMR scenarios consume the correct package/version.
source-build-reference-packagesrepo was renamed tosource-build-assets. To enable VMR/source-build scenarios this reference needs to be updated. This also updates the version as the new repo produced a new package.