This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients chris-k, eryksun, et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-18.17:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <9d715594-774b-2600-8970-15b1d51d0a06@python.org>
In-reply-to <1552923474.27.0.563330792878.issue36010@roundup.psfhosted.org>
Content
> I ran Tools/nuget/build.bat manually, and the resulting file didn't have lib\venv in it (I opened it in 7-zip, I don't know how to install a local nuget file...).

Huh, Tools/nuget/make_pkg.proj doesn't use the preset for some reason. I 
don't remember why not, so maybe add all the options listed in that file 
into the preset as well and then update the command in make_pkg.proj to 
just have "--preset-nuget".
History
Date User Action Args
2019-03-18 17:30:39steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, eryksun, et, chris-k
2019-03-18 17:30:39steve.dowerlinkissue36010 messages
2019-03-18 17:30:39steve.dowercreate