From 043d7da6253e0bd8bc52cf071a1ec8efcee5be30 Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Thu, 8 Oct 2015 16:27:22 -0700 Subject: [PATCH] Execute build.sh from current directory. --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 64610c146..5df1b3b7a 100644 --- a/netci.groovy +++ b/netci.groovy @@ -5,7 +5,7 @@ import jobs.generation.InternalUtilities; def project = 'dotnet/cli' // Define build strings -def debugBuildString = '''build.sh''' +def debugBuildString = '''./build.sh''' // Generate the builds for debug