Skip to content

Vertical manifest in artifacts tarball does not have a known name #4807

Closed
dotnet/sdk
#45554
@mthalman

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions