How to build Microsoft.Windowsdesktop.App package
Open
:mailbox_with_no_mail: waiting-author-feedback
Question
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Hi, I arranged the directory structure like this:
```
${rootdir}
|------> wpf
|------> runtime
|------> windowsdesktop
```
Then I entered the windowsdesktop subdirectory and ran:
```
cd windowsdesktop
.\build.cmd -pack -c Release
```
This generated a package at:
```
artifacts\packages\Release\Shipping\windowsdesktop-runtime-8.0.11-win-x64.zip
```
However, after extracting this ZIP package, I found that the PresentationCore.dll MD5 hash is different from the one in wpf/artifacts.
Where is the library in the windowsdesktop package coming from?
How can I pack my custom PresentationCore.dll in windowsdesktop-runtime-8.0.11-win-x64.zip
Contributor guide
Assessment
This issue has not been assessed yet.