Skip to content

Fix for NewArch Gallery Package Creation #810

@vineethkuttan

Description

@vineethkuttan

<Content Include="..\x64\$(Configuration)\Clipboard\Clipboard.dll">
<Link>Clipboard\Clipboard.dll</Link>

Use this instead
<Content Include="$(SolutionDir)\x64\$(Configuration)\Clipboard.dll">
<Link>Clipboard.dll</Link>

NewArch gallery publish package creation is failing because of this issue

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions