New submission from Vaclav Slavik <vac...@slavik.io>:

NuGet automatically includes .props file from the build directory in the target 
using the package, but only if the file has the correct name: it must be 
$(id).props. This means that Python's support for this only works correctly in 
the python nuget packages, but not in pythonx86 and others, because the file is 
copied as python.props (instead of pythonx86.props etc) there too.

----------
components: Windows
messages: 376577
nosy: paul.moore, steve.dower, tim.golden, vslavik, zach.ware
priority: normal
severity: normal
status: open
title: NuGet python.props only works in python nuget, not other variants
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41744>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to