Skip to content

[3.9] bpo-41744: Package python.props with correct name in NuGet package (GH-22154) #22245

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

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 14, 2020

NuGet automatically includes .props file from the build directory in the
target using the package, but only if the .props file has the correct
name: it must be $(id).props

Rename python.props correspondingly in all the nuspec variants. Also
keep python.props as it were for backward compatibility.
(cherry picked from commit 7c11a9a)

Co-authored-by: Václav Slavík vaclav@slavik.io

https://bugs.python.org/issue41744

…ythonGH-22154)

NuGet automatically includes .props file from the build directory in the
target using the package, but only if the .props file has the correct
name: it must be $(id).props

Rename python.props correspondingly in all the nuspec variants. Also
keep python.props as it were for backward compatibility.
(cherry picked from commit 7c11a9a)

Co-authored-by: Václav Slavík <vaclav@slavik.io>
@methane methane merged commit d0bfce9 into python:3.9 Oct 21, 2020
@miss-islington miss-islington deleted the backport-7c11a9a-3.9 branch October 21, 2020 05:15
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

Successfully merging this pull request may close these issues.

6 participants