From 18f1e1bba782a4b73c68ad552286e4770a723453 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Fri, 20 Oct 2017 21:49:27 +0200 Subject: [PATCH] Update netci.groovy --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"