diff --git a/netci.groovy b/netci.groovy index 7eb435f0595..80d0b97070e 100644 --- a/netci.groovy +++ b/netci.groovy @@ -39,7 +39,7 @@ def static getBuildJobName(def configuration, def os) { def buildFlavor= ''; if (configuration == "Release_fcs") { - // Build FCS + // Build and test FCS buildPath = "./fcs/" buildFlavor = "" build_args = "TestAndNuget"