Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-04-29 21:27:30 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-04-29 21:27:30 +0300
commit29f30e79edbd8cdb0d5d0a87a2a7adb9dc0c8de8 (patch)
tree05f67970f31654c6b1478f6584c892343ce6c5ff /netci.groovy
parent0b2909c42e6d76351f3657f170ed8e42fd13bac4 (diff)
Use 14.04 test runtime package for Ubuntu16.04.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 3b601eb86a..b58f951bd2 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -24,7 +24,7 @@ def osGroupMap = ['Ubuntu14.04':'Linux',
// Map of os -> nuget runtime
def targetNugetRuntimeMap = ['OSX' : 'osx.10.10-x64',
'Ubuntu14.04' : 'ubuntu.14.04-x64',
- 'Ubuntu16.04' : 'ubuntu.16.04-x64',
+ 'Ubuntu16.04' : 'ubuntu.14.04-x64',
'Debian8.2' : 'ubuntu.14.04-x64',
'CentOS7.1' : 'centos.7-x64',
'OpenSUSE13.2' : 'ubuntu.14.04-x64',