Merge pull request #39 from nguerrera/fix-groovy-merge
Fix bad merge to netci.groovy
This commit is contained in:
commit
da661202ad
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue