From 9531c51491487b6ae7e3764e150a2fed93cd5f48 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 15 Oct 2015 16:26:46 -0700 Subject: [PATCH] Fixup --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index b1a26da..3f707d5 100644 --- a/netci.groovy +++ b/netci.groovy @@ -270,7 +270,7 @@ def static getBuildJobName(def configuration, def os) { Utilities.addPRTestSCM(newJob, project) Utilities.addStandardPRParameters(newJob, project) } - Utilties.addStandardOptions(newJob) + Utilities.addStandardOptions(newJob) Utilities.addXUnitDotNETResults(newJob, '**/coreclrtests.xml') // Create a build flow to join together the build and tests required to run this -- 2.7.4