From 5feda33a35d9413e2073411b848dc49d94c57497 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 18 Jul 2017 19:31:51 +0200 Subject: bpo-30450: Fix logic for retrying nuget.exe download (#2744) Fix logic for retrying nuget.exe download with Python. Add support for HOST_PYTHON variable. Clear internal environment variables used in find_python.bat Use HOST_PYTHON as the actual Python if it is recent enough. Adds HOST_PYTHON variable to AppVeyor configuration --- .github/appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 06b9b2f87b..deb0e309a9 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -9,6 +9,8 @@ build_script: - cmd: PCbuild\build.bat -e test_script: - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0 +environment: + HOST_PYTHON: C:\Python36\python.exe # Only trigger AppVeyor if actual code or its configuration changes only_commits: -- cgit v1.2.1