Jenkinsfile: Fix solution file path.
This commit is contained in:
parent
1b3c9d17f5
commit
5350b25a3e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -66,7 +66,7 @@ def doBuild(premakeFlags, configuration) {
|
|||||||
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 $premakeFlags"
|
bat "premake5 vs2015 $premakeFlags"
|
||||||
bat "\"${msbuild}\" src\\build\\iw4x.sln \"/p:OutDir=$outputDir\\\" \"/p:Configuration=$configuration\""
|
bat "\"${msbuild}\" build\\iw4x.sln \"/p:OutDir=$outputDir\\\" \"/p:Configuration=$configuration\""
|
||||||
}
|
}
|
||||||
|
|
||||||
archiveArtifacts artifacts: "*.dll,*.pdb", fingerprint: true
|
archiveArtifacts artifacts: "*.dll,*.pdb", fingerprint: true
|
||||||
|
Loading…
Reference in New Issue
Block a user