[Jenkins] Change to vs2017

This commit is contained in:
momo5502 2017-06-15 11:14:44 +02:00
parent a7ac3d3eba
commit 9bbb64c861

2
Jenkinsfile vendored
View File

@ -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}\""
}