From 9bbb64c86156291b2ce4b55636d5e46203b8e8a6 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 15 Jun 2017 11:14:44 +0200 Subject: [PATCH] [Jenkins] Change to vs2017 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 28f599d7..a4140795 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ def doBuild(cfg) { useShippedPremake { def outputDir = pwd() def msbuild = tool "Microsoft.NET MSBuild 14.0" - bat "premake5 vs2015 ${cfg.PremakeArgs}" + bat "premake5 vs2017 ${cfg.PremakeArgs}" bat "\"${msbuild}\" build\\iw4x.sln \"/p:OutDir=$outputDir\\\\\" \"/p:Configuration=${cfg.MSBuildConfiguration}\"" }