Skip to content
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

"debug"/"release" folder not honored by .NET CLI #30

Open
nxtn opened this issue Aug 12, 2020 · 0 comments
Open

"debug"/"release" folder not honored by .NET CLI #30

nxtn opened this issue Aug 12, 2020 · 0 comments
Assignees

Comments

@nxtn
Copy link

nxtn commented Aug 12, 2020

.NET CLI (or NuGet) doesn't care about the "debug"/"release" folder names and always copies libraries in both configurations.

Background: I'm building an non-packaged app which hosts a UWP control.

Steps to reproduce

dotnet new console
dotnet add package Microsoft.VCRTForwarders.140 --version 1.0.6
dotnet publish -c Release -r win10-x64 -p:Platform=x64

Expected behaviors

Only release libraries are copied to the output directory.

Actual behaviors

Both debug and release libraries are copied to the output directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants