From 5fe30176152a5c959d88b70e096d35bf854ed0b0 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Tue, 31 Jul 2018 16:25:02 -0700 Subject: [PATCH] Fix bad merge to netci.groovy --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 2231053cc..31d73f078 100644 --- a/netci.groovy +++ b/netci.groovy @@ -102,7 +102,7 @@ ${buildCommand} } else if (os == 'AllLinux') { osUsedForMachineAffinity = 'Ubuntu16.04' - buildCommand = "{baseShellBuildCommand} --skip-prereqs --configuration ${configuration} --targets Default /t:BuildAndPublishAllLinuxDistrosNativeInstallers" + buildCommand = "${baseShellBuildCommand} --skip-prereqs --configuration ${configuration} --targets Default /t:BuildAndPublishAllLinuxDistrosNativeInstallers" } else { buildCommand = "${baseShellBuildCommand}"