mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-35683: Improve Azure Pipelines steps (GH-11493)
This commit is contained in:
parent
bf4ac2d2fd
commit
28f6cb34f6
13 changed files with 147 additions and 165 deletions
|
@ -156,6 +156,8 @@ def get_layout(ns):
|
|||
for dest, src in rglob(ns.build, "vcruntime*.dll"):
|
||||
yield dest, src
|
||||
|
||||
yield "LICENSE.txt", ns.source / "LICENSE"
|
||||
|
||||
for dest, src in rglob(ns.build, ("*.pyd", "*.dll")):
|
||||
if src.stem.endswith("_d") != bool(ns.debug) and src not in REQUIRED_DLLS:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue