diff options
author | Gaurav Khanna <gkhanna@microsoft.com> | 2017-05-30 12:15:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 12:15:05 -0700 |
commit | dc3ca3ece7f1e95d08e534c32c69595e743645a1 (patch) | |
tree | 1875781198a82b93d67c0e70a9ffb8f083c3a432 | |
parent | fef0f8b9c3a29b291894666f19340d99849ab40b (diff) | |
download | coreclr-dc3ca3ece7f1e95d08e534c32c69595e743645a1.tar.gz coreclr-dc3ca3ece7f1e95d08e534c32c69595e743645a1.tar.bz2 coreclr-dc3ca3ece7f1e95d08e534c32c69595e743645a1.zip |
Remove Debian Armel (#11978)
-rw-r--r-- | src/.nuget/dir.props | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props index 59b94f75b2..d50c3d0d07 100644 --- a/src/.nuget/dir.props +++ b/src/.nuget/dir.props @@ -112,9 +112,6 @@ <ItemGroup Condition="$(SupportedPackageOSGroups.Contains(';Linux;'))"> <OfficialBuildRID Include="alpine.3.4.3-x64" /> - <OfficialBuildRID Include="debian.8-armel"> - <Platform>armel</Platform> - </OfficialBuildRID> <OfficialBuildRID Include="debian.8-x64" /> <OfficialBuildRID Include="fedora.23-x64" /> <OfficialBuildRID Include="fedora.24-x64" /> |