[Jenkins] Change to vs2017
This commit is contained in:
parent
a7ac3d3eba
commit
9bbb64c861
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -105,7 +105,7 @@ def doBuild(cfg) {
|
|||||||
useShippedPremake {
|
useShippedPremake {
|
||||||
def outputDir = pwd()
|
def outputDir = pwd()
|
||||||
def msbuild = tool "Microsoft.NET MSBuild 14.0"
|
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}\""
|
bat "\"${msbuild}\" build\\iw4x.sln \"/p:OutDir=$outputDir\\\\\" \"/p:Configuration=${cfg.MSBuildConfiguration}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user