Fix bad merge to netci.groovy
This commit is contained in:
parent
2ec7b7abd5
commit
5fe3017615
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ ${buildCommand}
|
||||||
}
|
}
|
||||||
else if (os == 'AllLinux') {
|
else if (os == 'AllLinux') {
|
||||||
osUsedForMachineAffinity = 'Ubuntu16.04'
|
osUsedForMachineAffinity = 'Ubuntu16.04'
|
||||||
buildCommand = "{baseShellBuildCommand} --skip-prereqs --configuration ${configuration} --targets Default /t:BuildAndPublishAllLinuxDistrosNativeInstallers"
|
buildCommand = "${baseShellBuildCommand} --skip-prereqs --configuration ${configuration} --targets Default /t:BuildAndPublishAllLinuxDistrosNativeInstallers"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
buildCommand = "${baseShellBuildCommand}"
|
buildCommand = "${baseShellBuildCommand}"
|
||||||
|
|
Loading…
Reference in a new issue