mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Build updates for windows (#1847)
This commit is contained in:
parent
c0108c08b5
commit
1c1728355e
2 changed files with 5 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ $env:SKIP_CYTHON_BUILD = "1"
|
|||
|
||||
Get-ChildItem $dist\*.whl, $dist\*.zip | Remove-Item -Force
|
||||
|
||||
(Get-ChildItem $packages\python* -Directory -Filter '*python.3.7*') | ForEach-Object{ Get-Item $_\tools\python.exe } | Where-Object{ Test-Path $_ } | Select-Object -last 1 | ForEach-Object{
|
||||
(Get-ChildItem $packages\python* -Directory -Filter '*python.3.8*') | ForEach-Object{ Get-Item $_\tools\python.exe } | Where-Object{ Test-Path $_ } | Select-Object -last 1 | ForEach-Object{
|
||||
Write-Host "Building with $_"
|
||||
& $_ -m pip install -U pip
|
||||
& $_ -m pip install -U pyfindvs setuptools wheel cython
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microbuild.Core" version="0.3.0" />
|
||||
<package id="Python" version="3.7.2" />
|
||||
<package id="Pythonx86" version="3.7.2" />
|
||||
<package id="Python" version="3.8.0" />
|
||||
<package id="Pythonx86" version="3.8.0" />
|
||||
<package id="Python" version="3.7.5" />
|
||||
<package id="Pythonx86" version="3.7.5" />
|
||||
<package id="Python" version="3.6.8" />
|
||||
<package id="Pythonx86" version="3.6.8" />
|
||||
<package id="Python" version="3.5.4" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue