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-05-13 23:36:28 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-13 23:41:17 +0300
commit55a4c39621e58370da40e84d3117cabcafc45ae5 (patch)
treefa0b0e67fcd92d5b8d52866bad467ca9cafaab6c /netci.groovy
parentd0fdc093a18858e12e4c13617b5643c4e4ea9d47 (diff)
Use debian runtime nuget moniker for Debian8.2
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 a344fffa89..ac09e7c5db 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -25,7 +25,7 @@ def osGroupMap = ['Ubuntu14.04':'Linux',
def targetNugetRuntimeMap = ['OSX' : 'osx.10.10-x64',
'Ubuntu14.04' : 'ubuntu.14.04-x64',
'Ubuntu16.04' : 'ubuntu.14.04-x64',
- 'Debian8.2' : 'ubuntu.14.04-x64',
+ 'Debian8.2' : 'debian.8.2-x64',
'CentOS7.1' : 'centos.7-x64',
'OpenSUSE13.2' : 'ubuntu.14.04-x64',
'RHEL7.2': 'rhel.7-x64']