Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

ianhays
Copy link

@ianhays ianhays commented Mar 15, 2018

@ianhays
Copy link
Author

ianhays commented Mar 26, 2018

@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">
Copy link
Member

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">
Copy link
Member

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">
Copy link
Member

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>
Copy link
Member

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">
Copy link
Member

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.

@ianhays
Copy link
Author

ianhays commented Mar 26, 2018

@janvorli thanks for noticing the copy-paste errors, I fixed them.

@ianhays ianhays merged commit 889337d into dotnet:release/1.1.0 Mar 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants