Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2017-03-31 01:02:54 +0300
committerGitHub <noreply@github.com>2017-03-31 01:02:54 +0300
commitb53ab7d31a26b0f1ea35eb7e63938466b95f4328 (patch)
tree00f7222a040379a746d68101f19952204287e243 /netci.groovy
parente8ea56b7568bafda153bf20441c2eb878b770cdd (diff)
Add CROSS check for testing (#17709)
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index c3e9a1f8a6..0b5a8ad7e9 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -562,3 +562,5 @@ JobReport.Report.generateJobReport(out)
Utilities.createHelperJob(this, project, branch,
"Welcome to the ${project} Repository", // This is prepended to the help message
"Have a nice day!") // This is appended to the help message. You might put known issues here.
+
+Utilities.addCROSSCheck(this, project, branch)