Remove missing variables reference.
This commit is contained in:
parent
4c445a41c0
commit
05513e60e2
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ def static getBuildJobName(def configuration, def os) {
|
||||||
def jobName = getBuildJobName(configuration, os)
|
def jobName = getBuildJobName(configuration, os)
|
||||||
def buildCommand = '';
|
def buildCommand = '';
|
||||||
|
|
||||||
def osGroup = osGroupMap[os]
|
|
||||||
|
|
||||||
// Calculate the build command
|
// Calculate the build command
|
||||||
if (os == 'Windows_NT') {
|
if (os == 'Windows_NT') {
|
||||||
// On Windows we build the mscorlibs too.
|
// On Windows we build the mscorlibs too.
|
||||||
|
|
Loading…
Reference in a new issue