-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Milestone
Description
From @zigzag312 on October 26, 2017 12:22
#Hi, I am not sure if this is a bug or a proper behavior. To reproduce:
- (in Visual Studio) create UWP project
- create netstandard project
- add a content file to netstandard project (mark it as 'Content' and set it to 'Copy if newer')
- from UWP project add reference to netstandard project
- run in debug mode (without .NET Native tool chain)
Result: Content file will be copied to bin/Debug folder on build, but it will NOT be copied/deployed to bin/Debug/AppX folder.
- Why does content file get copied on build, but it doesn't get deployed in the end?
- How can I properly add content to referenced project so that it will get deployed to UWP app?
I am using Visual Studio 2017 v15.4.1 on Windows 10 Fall Creators Update
Copied from original issue: dotnet/project-system#2925
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels