-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet publish
results in an error about duplicate files
#3337
Comments
It also seems that an error occurrs when
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Related to #4008 |
@mattleibow So the fundamental issue is that the As a sidenote, If I recreate your repro solution using our project templates (and updated to the latest internal WinAppSDK 1.6 build) such that the only meaningful difference is the addition of publish profiles, then the following works as expected and without issue: |
Issue moved from microsoft/microsoft-ui-xaml#7845
Describe the bug
Based on this issue: dotnet/maui#9879
Passing a
-r win10-x64
to a app .csproj tries to load both a "neutral" and a "RID-specific" dll/pdb into the app:Steps to reproduce the bug
Failure: msbuild.binlog.zip
RuntimeIdentifierOverride
property set:Success: msbuild.binlog.zip
Expected behavior
Passing the RID should only apply the the app project, and the class library references should just be non-RID.
Screenshots
No response
NuGet package version
1.1.4
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 21H2 (22000)
IDE
Other
Additional context
I was able to make a workaround:
Add this to the bottom of the app .csproj:
Then when executing, use the new property instead of the RID:
The text was updated successfully, but these errors were encountered: