Run Docker Build in Ubuntu CI

This commit is contained in:
Bryan Thornbury 2015-10-22 12:14:58 -07:00
parent 7e5aba73e6
commit 0042d49d36
2 changed files with 6 additions and 2 deletions

View file

@ -7,7 +7,7 @@ def project = 'dotnet/cli'
def osList = ['Ubuntu', 'OSX', 'Windows_NT']
def machineLabelMap = ['Ubuntu':'ubuntu',
def machineLabelMap = ['Ubuntu':'ubuntu-doc',
'OSX':'mac',
'Windows_NT':'windows']