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:
authorMatt Ellis <matell@microsoft.com>2016-05-17 04:58:49 +0300
committerMatt Ellis <matell@microsoft.com>2016-05-17 04:58:49 +0300
commit1e53b1e24a9d82556086e414ec28ff2e4b9805cf (patch)
tree1e552da5ca5b7da408c03ea6990c0383eba9ca9f /netci.groovy
parent83452f35f89babb2f2f402c5f791762409dbd01e (diff)
Use the real debian.8-x64 RID for debian
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index ff4042e296..7b46871353 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -28,8 +28,8 @@ def targetNugetRuntimeMap = ['OSX' : 'osx.10.10-x64',
'Ubuntu14.04' : 'ubuntu.14.04-x64',
'Ubuntu16.04' : 'ubuntu.14.04-x64',
'Fedora23' : 'ubuntu.14.04-x64',
- 'Debian8.2' : 'debian.8.2-x64',
- 'Debian8.4' : 'debian.8.2-x64',
+ 'Debian8.2' : 'debian.8-x64',
+ 'Debian8.4' : 'debian.8-x64',
'CentOS7.1' : 'centos.7-x64',
'OpenSUSE13.2' : 'ubuntu.14.04-x64',
'RHEL7.2': 'rhel.7-x64']