You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
4
external/corert/netci.groovy
vendored
4
external/corert/netci.groovy
vendored
@@ -9,11 +9,11 @@ def project = GithubProject
|
||||
def branch = GithubBranchName
|
||||
|
||||
def imageVersionMap = ['Windows_NT':'latest-or-auto',
|
||||
'OSX':'latest-or-auto',
|
||||
'OSX10.12':'latest-or-auto',
|
||||
'Ubuntu':'20170118']
|
||||
|
||||
// Innerloop build OS's
|
||||
def osList = ['Ubuntu', 'OSX', 'Windows_NT']
|
||||
def osList = ['Ubuntu', 'OSX10.12', 'Windows_NT']
|
||||
|
||||
// Generate the builds for debug and release, commit and PRJob
|
||||
[true, false].each { isPR -> // Defines a closure over true and false, value assigned to isPR
|
||||
|
||||
Reference in New Issue
Block a user