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}"