You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By not having the vertical manifest file, the previous package versions don't get populated, preventing the build from being able to use any of the packages from the previously source built artifacts.
The text was updated successfully, but these errors were encountered:
The changes in dotnet/sdk#43627 caused the vertical manifest, which previously had a well-known name of VerticalManifest.xml, to have a name that is based on the job name which produced that file. This causes issues when consuming the artifacts tarball as the previously source built artifacts for source build. That relies on knowing the file name to retrieve: https://github.com/dotnet/sdk/blob/77d763f12701c985bad0a6ed6bbba4c9e7b1c8cb/src/SourceBuild/content/repo-projects/Directory.Build.targets#L303.
By not having the vertical manifest file, the previous package versions don't get populated, preventing the build from being able to use any of the packages from the previously source built artifacts.
The text was updated successfully, but these errors were encountered: