Merge pull request #5969 from dotnet/dev/jgoshi/fixNetCiGroovy
Fix netci.groovy
This commit is contained in:
commit
2e70b80423
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ platformList.each { platform ->
|
|||
}
|
||||
else if (os == 'Linux') {
|
||||
os = 'Ubuntu16.04';
|
||||
buildCommand = "./build.sh --linux-portable --skip-prereqs --configuration ${configuration} --targets Default
|
||||
buildCommand = "./build.sh --linux-portable --skip-prereqs --configuration ${configuration} --targets Default"
|
||||
}
|
||||
else {
|
||||
// Jenkins non-Ubuntu CI machines don't have docker
|
||||
|
|
Loading…
Reference in a new issue