Skip to content

Commit 77f24ab

Browse files
committed
- update also nuget packages for python 2.7.16 in appveyor setting
1 parent c2172f2 commit 77f24ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ after_build:
5050
- cd "%APPVEYOR_BUILD_FOLDER%"\installer
5151
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
5252
- set PATH=%WIX_PATH%;%PATH%
53-
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.15\tools
54-
- if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.15\tools
53+
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.16\tools
54+
- if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.16\tools
5555
- copy "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat.orig "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat
5656
- if "%configuration%"=="Release" buildAll.bat %platform_input%
5757
- cd "%APPVEYOR_BUILD_FOLDER%"

0 commit comments

Comments
 (0)