[release/9.0] Use source-build-assets repo#66278
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the source-build intermediate dependency to reflect the source-build-reference-packages → source-build-assets repo rename and new package output.
Changes:
- Renames the intermediate dependency package from
...source-build-reference-packagesto...source-build-assets. - Updates the dependency URI, SHA, and version to the new repo/package.
| <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> | ||
| <Sha>1b838a42e4952b8fdf212cb1b43c5ce4d69f27b3</Sha> | ||
| <SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" /> | ||
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-assets" Version="9.0.0-alpha.1.26208.6"> |
There was a problem hiding this comment.
This new dependency name will cause eng/scripts/CodeCheck.ps1 to fail because it expects a matching version property in eng/Versions.props derived from the dependency name (dots/dashes removed + 'Version'). After this rename, the expected property becomes 'MicrosoftSourceBuildIntermediatesourcebuildassetsVersion', but Versions.props still contains the old '...sourcebuildreferencepackagesVersion' property. Please update Versions.props accordingly (add the new property with this version and remove/rename the old one) so Version.Details.xml and Versions.props stay in sync.
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-assets" Version="9.0.0-alpha.1.26208.6"> | |
| <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.26208.6"> |
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.