From 88a07784768428fd5dc1deb1b9b9597c5d0a2e40 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Thu, 11 Jul 2019 19:13:14 +0200 Subject: [PATCH] Update the environment to IronPython 2.7.9 --- .pipelines/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/Jenkinsfile b/.pipelines/Jenkinsfile index eef191b3..d3044f0c 100644 --- a/.pipelines/Jenkinsfile +++ b/.pipelines/Jenkinsfile @@ -270,8 +270,8 @@ cd tests/install_group/ bat ''' copy waf demos\\c /Y cd demos\\c - "C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf distclean - "C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf configure build build + "C:\\Program Files\\IronPython 2.7\\ipy.exe" waf distclean + "C:\\Program Files\\IronPython 2.7\\ipy.exe" waf configure build build ''' } }