X Tutup
The Wayback Machine - https://web.archive.org/web/20221223154356/https://github.com/python/cpython/pull/22154/commits
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

bpo-41744: Package NuGet python.props with correct name to be used #22154

Merged
merged 2 commits into from Sep 14, 2020

Commits on Sep 10, 2020

  1. Package python.props with correct name to be used

    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.
    vslavik committed Sep 10, 2020

Commits on Sep 11, 2020

X Tutup