-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[1.1] Add packaging for Fedora27, OpenSuse423, Ubuntu1804 #16973
Conversation
@janvorli @rakeshsinghranchi @weshaggard any comments on this one? |
<OSGroup>Linux</OSGroup> | ||
<Platform>amd64</Platform> | ||
</Project> | ||
<Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.18.04-x64'" Include="ubuntu/16.04/Microsoft.NETCore.Runtime.CoreCLR.pkgproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The include looks incorrect - it refers to 16.04 instead 18.04.
<OSGroup>Linux</OSGroup> | ||
<Platform>amd64</Platform> | ||
</Project> | ||
<Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'opensuse.42.3-x64'" Include="opensuse/42.1/Microsoft.NETCore.Runtime.CoreCLR.pkgproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The include looks incorrect - it refers to 42.1 instead 42.3.
<OSGroup>Linux</OSGroup> | ||
<Platform>amd64</Platform> | ||
</Project> | ||
<Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'fedora.27-x64'" Include="fedora/24/Microsoft.NETCore.Runtime.CoreCLR.pkgproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The include looks incorrect - it refers to 24 instead 27.
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> | ||
<PropertyGroup> | ||
<SkipPackageFileCheck>true</SkipPackageFileCheck> | ||
<PackageTargetRuntime>opensuse.42.2-$(PackagePlatform)</PackageTargetRuntime> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This refers to 42.2, but the file is for 42.3.
<OSGroup>Linux</OSGroup> | ||
<Platform>amd64</Platform> | ||
</Project> | ||
<Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'fedora.27-x64'" Include="fedora/24/Microsoft.NETCore.TestHost.pkgproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this file, the includes also seem to have distro version mismatch at multiple places.
@janvorli thanks for noticing the copy-paste errors, I fixed them. |
cc: @ericstj @weshaggard @janvorli @dagood