summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2016-05-25 12:37:23 -0700
committerMatt Ellis <matell@microsoft.com>2016-05-26 18:50:40 -0700
commitba385ce8b44e2018579cf3a52e34c3980a82b5c4 (patch)
tree9df509d90de9c26bd810b995a229f2fe940e7653 /dir.props
parent5e40c4dbfd67fa996fb6cea9842a433b8976e1ed (diff)
downloadcoreclr-ba385ce8b44e2018579cf3a52e34c3980a82b5c4.tar.gz
coreclr-ba385ce8b44e2018579cf3a52e34c3980a82b5c4.tar.bz2
coreclr-ba385ce8b44e2018579cf3a52e34c3980a82b5c4.zip
Add Fedora, OpenSuse and Ubuntu 16.04 packages
- Add packages for Fedora 23 and OpenSuse 13.2 - Move the package authoring for Ubuntu into versioned folders - Update our selection logic for what to produce to be based on an actual RID instead of just a distro name, since that's now not enough with us building for two Ubuntu versions
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index fad1e0db9a..dd9dec5b23 100644
--- a/dir.props
+++ b/dir.props
@@ -132,7 +132,7 @@
<TargetsUnix Condition="'$(TargetsFreeBSD)' == 'true' or '$(TargetsLinux)' == 'true' or '$(TargetsNetBSD)' == 'true' or '$(TargetsOSX)' == 'true'">true</TargetsUnix>
<!-- We are only tracking Linux Distributions for Nuget RID mapping -->
- <DistroName Condition="'$(TargetsLinux)' == 'true'">$(__DistroName)</DistroName>
+ <DistroRid Condition="'$(TargetsLinux)' == 'true'">$(__DistroRid)</DistroRid>
</PropertyGroup>