Fix bad merge to netci.groovy

This commit is contained in:
Nick Guerrera 2018-07-31 16:25:02 -07:00
parent 2ec7b7abd5
commit 5fe3017615

View file

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