Skip to content

Commit 2d0e411

Browse files
committed
Update build.ps1
1 parent 7d9ad94 commit 2d0e411

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ msbuild PCBuild/pcbuild.sln /p:Configuration=Debug /p:Platform=Win32 /p:RuntimeL
2626
# verify python is installed
2727
PCbuild/win32/python.exe --version
2828

29+
Set-Location ./PCBuild
30+
Get-ChildItem -Recurse
31+
2932
New-Item -ItemType Directory -Path "./python-build" -Force
3033

3134
# copy python 3.11.8 to python-build

0 commit comments

Comments
 (0)