Skip to content

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

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
Sep 14, 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>
@miss-islington
Copy link
Contributor Author

@vslavik and @zooba: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@vslavik and @zooba: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit b007a9b into python:3.8 Sep 14, 2020
@miss-islington miss-islington deleted the backport-7c11a9a-3.8 branch September 14, 2020 19:47
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.

5 participants