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 <Priya91@users.noreply.github.com>2016-04-29 21:40:01 +0300
committerLakshmi Priya <Priya91@users.noreply.github.com>2016-04-29 21:40:01 +0300
commit50dd20f6c0c08ad8e05d2bbddb6cf925c2244cf1 (patch)
tree97727ca238d184bfabe3746189c34153eb4af0d2 /netci.groovy
parentda2a8f131c74dcf660be6f49fde70d632750859a (diff)
parent29f30e79edbd8cdb0d5d0a87a2a7adb9dc0c8de8 (diff)
Merge pull request #8178 from Priya91/netci
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 2ccea237bb..b08ef4b290 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',